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: 8b7cfb84a24d44fbedf72b3ca02a2675d21ec1bcce3dbc90572564ee90785dc8
4
- data.tar.gz: 95ea53a190e4fc4446b16175d074175cf0818c92d568d4ded7dc67a7d89915a7
3
+ metadata.gz: 72c6650e6cd1ba09004f0889b20ec71644a70f2cfa507da71f3d7fb8d39c57b8
4
+ data.tar.gz: 2e6aa69fd87be2347659d6ffa5c6812d6401807630fc387b66756b08c0b8ba9a
5
5
  SHA512:
6
- metadata.gz: f1d0b4a33c966d1f6751b6997ca13073fc5230abda1414556bf8bb5991a7cb52f8746371d2c1945415a78844c7cc2b437241ffa46d4c26d2dc39f1dd038299b1
7
- data.tar.gz: 36b5582502b4985cfb31fcda27ba5b0b525fc40cc8693bb2801bc63a67c9976185fc20fa3fa6b5c46a1e9e2b5fdb3e34a287152cb36dcacf4f8d55e81ced7c63
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
@@ -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-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-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