commonmarker 2.4.1-aarch64-linux-musl → 2.5.0-aarch64-linux-musl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72c6650e6cd1ba09004f0889b20ec71644a70f2cfa507da71f3d7fb8d39c57b8
|
4
|
+
data.tar.gz: 2e6aa69fd87be2347659d6ffa5c6812d6401807630fc387b66756b08c0b8ba9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7db106e41a4ecde934b9b681f25092185176a5f66c254392b86be0516f1b85d628d5e06bd07646da1f174c41c36cb7a42a88f884e9b0ed4662b6fc19e4761593
|
7
|
+
data.tar.gz: 1f3755815715c77c7ec3820ebf14ce7615c830c5c33cda40d634123dd015b0d005f8c4487a70ae4b0e99a95829d97b1233e08dc476df0269f8c3c11d21aaf5fc
|
data/README.md
CHANGED
@@ -202,6 +202,7 @@ Commonmarker.to_html('"Hi *there*"', options: {
|
|
202
202
|
| `superscript` | Enables the superscript Comrak extension. | `false` |
|
203
203
|
| `header_ids` | Enables the header IDs Comrak extension. from the GFM spec. | `""` |
|
204
204
|
| `footnotes` | Enables the footnotes extension per `cmark-gfm`. | `false` |
|
205
|
+
| `inline_footnotes` | Enables the inline footnotes extension. | `false` |
|
205
206
|
| `description_lists` | Enables the description lists extension. | `false` |
|
206
207
|
| `front_matter_delimiter` | Enables the front matter extension. | `""` |
|
207
208
|
| `multiline_block_quotes` | Enables the multiline block quotes extension. | `false` |
|
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.
|
4
|
+
version: 2.5.0
|
5
5
|
platform: aarch64-linux-musl
|
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-
|
12
|
+
date: 2025-10-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|