commonmarker 2.3.1-aarch64-linux → 2.3.2-aarch64-linux
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: a1ae14420b4ff1cd826b7a522282d036acbd86bb4bdb9e57932ad088164098d1
|
4
|
+
data.tar.gz: 9003ce3f17a7410a60409ebb33b426400e0ad18f556b5535cdf6fe1ad3fcbfd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 696e38fd51d535b9d5bdf5b126ffbc6a537f1e668e232cce6641eaf71fb3f7686a0ccc0c6b4149044ecaf23870b8cd973610dfe9325e2384f086619cd39bc781
|
7
|
+
data.tar.gz: 4614cb5227c1eae48167b7aa53c1254e29a8911f3b403e7e992c65501ddadcfec1af47e1a3430486479526d0cb8fc4b702d6705e9d2d87edf2331942042e7991
|
data/README.md
CHANGED
@@ -208,12 +208,13 @@ Commonmarker.to_html('"Hi *there*"', options: {
|
|
208
208
|
| `math_dollars`, `math_code` | Enables the math extension. | `false` |
|
209
209
|
| `shortcodes` | Enables the shortcodes extension. | `true` |
|
210
210
|
| `wikilinks_title_before_pipe` | Enables the wikilinks extension, placing the title before the dividing pipe. | `false` |
|
211
|
-
| `wikilinks_title_after_pipe` | Enables the
|
211
|
+
| `wikilinks_title_after_pipe` | Enables the wikilinks extension, placing the title after the dividing pipe. | `false` |
|
212
212
|
| `underline` | Enables the underline extension. | `false` |
|
213
213
|
| `spoiler` | Enables the spoiler extension. | `false` |
|
214
214
|
| `greentext` | Enables the greentext extension. | `false` |
|
215
215
|
| `subscript` | Enables the subscript extension. | `false` |
|
216
216
|
| `alerts` | Enables the alerts extension. | `false` |
|
217
|
+
| `cjk_friendly_emphasis` | Enables the [CJK friendly emphasis](https://github.com/tats-u/markdown-cjk-friendly) extension. | `false` |
|
217
218
|
|
218
219
|
For more information on these options, see [the comrak documentation](https://github.com/kivikakk/comrak#usage).
|
219
220
|
|
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.3.
|
4
|
+
version: 2.3.2
|
5
5
|
platform: aarch64-linux
|
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-08-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|