commonmarker 2.4.1-aarch64-linux → 2.5.0-aarch64-linux

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: 777a91df0f334c1e1cffe3933310c70c07cef48bf8fd12f222ac906f4b4fccae
4
- data.tar.gz: 37b89788b0ed8f4d0d81891b88325ed7f394627657104d18d20ad7dcdca3c270
3
+ metadata.gz: eb3c3e5f1bf73c965bb221a403ca3270bf34241ffd64faa3d1d37399f8c21a79
4
+ data.tar.gz: 917198fc0ca14211500f1eb38a1d20426b0a8ee0b25003d931267fca43aae585
5
5
  SHA512:
6
- metadata.gz: 8bf01328701422e2339970a7667bd4ed90c4dc809c4af1981cbc0fc633da232ac9ba4f9d318e91fca5ecbbde7069b1b3867d3974f3f16db91980b260ff70d888
7
- data.tar.gz: d56dfc0453e4b179f0626e2944d3390a22718f6babc36a365ec6a4334dac7c05f91eae23eb0a75d0c80a6693f2cb055fe0f283fe48039fb0cf2921d5a4e9a746
6
+ metadata.gz: 2a439d379756d175ef82e48db62580de240b96889332a664095f827870a8f0d187acdc3ec8a3754ea82a5656db90f5e2a4729a3427b7749c9e8fb50d4b243188
7
+ data.tar.gz: 243d6b255efe73d91392a8d0c522767e4f4ee0e58acf6870858626674067619ead6579d4e45bdf4ce8898fdb484a5f8c947f38e6a93e9763454b40f1268d841f
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
@@ -35,6 +35,7 @@ module Commonmarker
35
35
  superscript: false,
36
36
  header_ids: "",
37
37
  footnotes: false,
38
+ inline_footnotes: false,
38
39
  description_lists: false,
39
40
  front_matter_delimiter: "",
40
41
  multiline_block_quotes: false,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.4.1"
4
+ VERSION = "2.5.0"
5
5
  end
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.1
4
+ version: 2.5.0
5
5
  platform: aarch64-linux
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-09-29 00:00:00.000000000 Z
12
+ date: 2025-10-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake