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: e04455b2a938563df3dc38b7c855653aac5434dd6754a97c758abd840ad53a5d
4
- data.tar.gz: 7c20c4071d64fe801d2f167793ea3a4264945e1e0e68afdfe4f67ffda8bafff6
3
+ metadata.gz: a1ae14420b4ff1cd826b7a522282d036acbd86bb4bdb9e57932ad088164098d1
4
+ data.tar.gz: 9003ce3f17a7410a60409ebb33b426400e0ad18f556b5535cdf6fe1ad3fcbfd1
5
5
  SHA512:
6
- metadata.gz: b8b79e23c142b0d47cfb726450b3d394bf24c3152a20043797085b3fa474a407e832f6b856a278d4b514b38e15384297711e8625605bde70c0f874849403edbc
7
- data.tar.gz: 8d1efdd0899826329e2c85861a7d1fdf59dfab01b94ca7c00d2ed7fc5b485d98394f289de6efb0faf0d708bca707ce6470a942069ab025037587e4c7adf4746e
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 shortcodes extension, placing the title after the dividing pipe. | `false` |
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
@@ -48,6 +48,7 @@ module Commonmarker
48
48
  greentext: false,
49
49
  subscript: false,
50
50
  alerts: false,
51
+ cjk_friendly_emphasis: false,
51
52
  }.freeze,
52
53
  format: [:html].freeze,
53
54
  }.freeze
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.3.1"
4
+ VERSION = "2.3.2"
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.3.1
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-06-27 00:00:00.000000000 Z
12
+ date: 2025-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake