commonmarker 2.4.1-x64-mingw-ucrt → 2.5.0-x64-mingw-ucrt

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: 78e6edb60ae768bea421c792f4d420ea1ab43de43475c9aa151261ddc4afb6f2
4
- data.tar.gz: ddff99625373f1da80376fe25a1229a7c3f6f71696e80604005820837c25aa57
3
+ metadata.gz: 04b8e35f430098b2addefa9fd0c3e7a101d04b91c901a2eea917d623513f6430
4
+ data.tar.gz: 235cc9a6e73148e18884667cedfd1faa3a43e3152cd2f745fba66486c4626bbd
5
5
  SHA512:
6
- metadata.gz: 36f39e92b965c9b0871537e1cce2721287998e70963a1ea1dd99c0d2b1d8bf24cc1aa86756ef51e757d6dc442639fd4f77ef5b4cb224c3fa8d29ad87a9591c61
7
- data.tar.gz: 762db0754eea0030ae4ab6510e30c306297268b628485bb4744494bfcafe8826bdf15e42687712b02c3285af551383bf6c64500d18369d279ad1866f2a715309
6
+ metadata.gz: 0d7f8427d19c7cec1feddc46d1f5c8f13ebb07012d5ccac6d77fd9925b7e472fab00d8bcc9c68c0f0a1a156ee767c5fefabe6cbd3af2e3f3903c6200fbe74302
7
+ data.tar.gz: 338d0660a854bdc133bd043da4ba3e25bfcb4e5d8941cac72447281b792e3da75fb0556bd708e7666f3d48a1a2631ed3a61f89112eea8e8faf5792b7f735a3f1
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: x64-mingw-ucrt
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