commonmarker 2.2.0-arm64-darwin → 2.3.0-arm64-darwin

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: acb76328189c80db58dbb699b27494ae764198b863e47254264fbf92ca816643
4
- data.tar.gz: ecef6e123bd6124a7dc4b3cec97de6aecc72ee527c7838517fa73de306b0fbe4
3
+ metadata.gz: b8c45c525c8b265dc89cea65a125ff3cb5cecc3683dc7aa41a30eb9af09b911a
4
+ data.tar.gz: 17afbe06cb7291b9818e402bfe7b6443f3155d59705b2e7d030bdfc339e7db82
5
5
  SHA512:
6
- metadata.gz: a6577571666866240238c3537caf3ddaa37872d667c4ad9571172a1043b0ebbc41fd03ec0811623343ff51821b999ce07dfa7557bd9e8c6d7c602f3f409b8aa2
7
- data.tar.gz: 1ae67b72104433d72ee58d6459128800d2664d56cee5d19fb695714139c7c9c02ebacfac6d5541a827fc8d42e08b1f07e8628aa475041775ee68a5d2123da1f5
6
+ metadata.gz: 82bb21125cbcf5f232ad0132e2cbd412cf3af09fc182f41866d35caa3d08e6d5726114c775701b5bf30875f19bd28c3fbf0b753c7504de9a3abe99d3e8aa4ac5
7
+ data.tar.gz: 8b42792c4e86179faa7e39a62b3816aa1a1b90e063f58664bab654548b19caab91058aa42f1f1ea24fff007cbae6306b2d8101a046dd77c30fb8d5905bc63746
data/README.md CHANGED
@@ -179,6 +179,7 @@ Note that there is a distinction in comrak for "parse" options and "render" opti
179
179
  | `ignore_empty_links` | Ignores empty links, leaving the Markdown text in place. | `false` |
180
180
  | `gfm_quirks` | Outputs HTML with GFM-style quirks; namely, not nesting `<strong>` inlines. | `false` |
181
181
  | `prefer_fenced` | Always output fenced code blocks, even where an indented one could be used. | `false` |
182
+ | `tasklist_classes` | Add CSS classes to the HTML output of the tasklist extension | `false` |
182
183
 
183
184
  As well, there are several extensions which you can toggle in the same manner:
184
185
 
@@ -24,6 +24,7 @@ module Commonmarker
24
24
  ignore_empty_links: false,
25
25
  gfm_quirks: false,
26
26
  prefer_fenced: false,
27
+ tasklist_classes: false,
27
28
  }.freeze,
28
29
  extension: {
29
30
  strikethrough: true,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.2.0"
4
+ VERSION = "2.3.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.2.0
4
+ version: 2.3.0
5
5
  platform: arm64-darwin
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-03-25 00:00:00.000000000 Z
12
+ date: 2025-04-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake