commonmarker 2.0.2.1-x86_64-darwin → 2.0.4-x86_64-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: 54a8eff9d4daf3755534ca42e07cf130286e1a9c5890d44e33854c497f286f2b
|
4
|
+
data.tar.gz: 8752847822d016c22587b6ef7d5c299e50aa52ea6bb45888339d845018457bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d53822a208738a59ef66ce269064eac89818ff97f08dea4e9dd36cf67e51f01232af696311e5892815a3d859c72b4132854c872f5133755fb3fa1b402dacde0
|
7
|
+
data.tar.gz: 5a2b74180f669c19bc7f7f35b2cdc6b162e0f5f85d9fdb6ee2f458c57eb7c0249857bd5f5bfab06dc7acc9f2278b7416f1a2e7be72ee88427a1567a16e9757d0
|
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: x86_64-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
|