commonmarker 2.4.1-x86_64-linux-musl → 2.5.0-x86_64-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: 5d1010ea014d63da61d26474fc7e776b98fe91414ed90310abde3fc131b97531
4
- data.tar.gz: 7ab0a9d35705c5f0961224927f6c6a60ffbb0bf56d263c26a3c29aae3fc3d144
3
+ metadata.gz: 7b0886bdc04115a219989142ecc0bf4ce641803b30845b45b67761dde75059e6
4
+ data.tar.gz: 889ba9037350f701ae3543284532d1e8f49daaf49ddca1a2e0dbeba7e5e76f84
5
5
  SHA512:
6
- metadata.gz: 011105dcd9a03abb6fc33f070a17590ded3224393f39440d88b4f36fbcdaf3dbb8841bce9f1bd65fe053c42e6ec9d7d3c0f3a273acf2c3eaa5b5a4f0c4ad36b5
7
- data.tar.gz: f4d83f8eb6498c32d8322eb440306658e3ecb5c26f41345b6dbc452a991750037c74e87a082dae32630bfb035e7612985cd1c96274cf4e45a96fddb24e950ba2
6
+ metadata.gz: bb5e812159b59a22773b395c8ac4f02dc28495a6c821647a09c3eb39e24926485d18fcd62a1782026b230f9163dbc1358496dce05ac5137624bd3906fce9fb2e
7
+ data.tar.gz: 2709de67b2043be9aab1da8f5ab6317395e21c7c3ccfa9decc9adac6931520c5e13f93813ddcd2fe244190831b3f41873320999d75cd7de1b00e61b9adf6d360
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: x86_64-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