commonmarker 2.0.2-arm64-darwin → 2.0.3-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11aed40d13990e1ae22e134a52cadcff5b61953e6aab863e953d00450957f85a
|
4
|
+
data.tar.gz: 7b82d2dac0ce5605ebb0d93e6c6d297fb30be22356fe0e9b1354382c9fd252db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35341325940b96c1393966f80c8996265f8402356f634381a0b9febc2ae9bd5e770c31a320eb99f48d8ca551ee05c8fc62d99f9f26dfae56e020b49ba4650b3a
|
7
|
+
data.tar.gz: ea5e8b79a8a4a5a7f9dbd8c5a04e7e8875506c89346116074becfafee3217bbf9630c453f1595ce455dc8f17c771deb5d938d442dc2c35648b0cf1fd23acf17d
|
data/README.md
CHANGED
@@ -209,6 +209,8 @@ Commonmarker.to_html('"Hi *there*"', options: {
|
|
209
209
|
| `underline` | Enables the underline extension. | `false` |
|
210
210
|
| `spoiler` | Enables the spoiler extension. | `false` |
|
211
211
|
| `greentext` | Enables the greentext extension. | `false` |
|
212
|
+
| `subscript` | Enables the subscript extension. | `false` |
|
213
|
+
| `alerts` | Enables the alerts extension. | `false` |
|
212
214
|
|
213
215
|
For more information on these options, see [the comrak documentation](https://github.com/kivikakk/comrak#usage).
|
214
216
|
|
Binary file
|
Binary file
|
Binary file
|
data/lib/commonmarker/config.rb
CHANGED
data/lib/commonmarker/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: commonmarker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Garen Torikian
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-01-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -50,6 +50,7 @@ files:
|
|
50
50
|
- README.md
|
51
51
|
- lib/commonmarker.rb
|
52
52
|
- lib/commonmarker/3.2/commonmarker.bundle
|
53
|
+
- lib/commonmarker/3.3/commonmarker.bundle
|
53
54
|
- lib/commonmarker/3.4/commonmarker.bundle
|
54
55
|
- lib/commonmarker/config.rb
|
55
56
|
- lib/commonmarker/constants.rb
|