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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8c45c525c8b265dc89cea65a125ff3cb5cecc3683dc7aa41a30eb9af09b911a
|
4
|
+
data.tar.gz: 17afbe06cb7291b9818e402bfe7b6443f3155d59705b2e7d030bdfc339e7db82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
Binary file
|
Binary file
|
Binary file
|
data/lib/commonmarker/config.rb
CHANGED
data/lib/commonmarker/version.rb
CHANGED
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
|
+
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-
|
12
|
+
date: 2025-04-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|