commonmarker 2.0.2.1-arm64-darwin → 2.0.4-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: 33b3084ffb79215dcae244d09777580d6c455817998e09cf8d4e66a8faca38bd
|
4
|
+
data.tar.gz: e13c14cec8a47ad35736351d17288cd27e6745d9a64a110083dd9a01c40b47ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5d3c4aa5daf87d4b442ec59292621dcc249a056197c70822a5dc7603df48c49252dc688c59e3f866007c5eb6f6247833ff959a1da3f775430a8efe631ec935b
|
7
|
+
data.tar.gz: 0fa5f5fec608e26ab87a02ae3a684868d1f25943efa2290c28c395eb2e7b6129312e0139b826d003b386a30a3b125e503516b9c2a0789a4e38bbaca4dff368ab
|
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.4
|
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: 2025-01-
|
12
|
+
date: 2025-01-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|