commonmarker 2.0.2.1-x86_64-linux → 2.0.3-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf2b8a67bba3a93f2d4e4dd2fba696107cdce2f3ac8669884f2d2e53abb54f6b
4
- data.tar.gz: d515c4eba5981b453398bf79fd88969f9d11364d8ef0fb1fb8617ce9d329fd63
3
+ metadata.gz: a9dd9bb75f5dbb18e825d96226d2ac3672d65c78c35163363fe37e221de500d7
4
+ data.tar.gz: c90b9cbca455b850195abb189d5c330aa759754a0269adb848dee572fadd1439
5
5
  SHA512:
6
- metadata.gz: 612108c53aefa68d3beb15acbfd4d95818ffbddad08810bfcc8b79d1b20e7a4bb31738aa8a6a2af54a7352bd349b6f21892780a77aee7342fe7c617d664b2b11
7
- data.tar.gz: 34652005c0dee036c7189d76100aae0e0f4ece49803aa4b5bb1c65b55857985e0f7520e09475ddf8170facc3d0497daef2a7707044165097ef695d70c94c5bdb
6
+ metadata.gz: 40f41ff40458496f8e9e6fcaa0930aa1b54cfff215ef9b4e14209588c0482935b9bcc9a8c4ee6f04620bdf1eeca9eaaa0894f6045e05394469746100a09d64e7
7
+ data.tar.gz: ad4ac3878dc5f7c7b7bade2b86034c716fc0ce45f36385aad88ad4d12aebd195674b49e38cc6769890a39e4d35f09da6cd9cdb7ffdc31e4c9274569059d684f1
data/README.md CHANGED
@@ -209,6 +209,8 @@ Commonmarker.to_html('"Hi *there*"', options: {
209
209
  | `underline` | Enables the underline extension. | `false` |
210
210
  | `spoiler` | Enables the spoiler extension. | `false` |
211
211
  | `greentext` | Enables the greentext extension. | `false` |
212
+ | `subscript` | Enables the subscript extension. | `false` |
213
+ | `alerts` | Enables the alerts extension. | `false` |
212
214
 
213
215
  For more information on these options, see [the comrak documentation](https://github.com/kivikakk/comrak#usage).
214
216
 
Binary file
Binary file
Binary file
@@ -46,6 +46,7 @@ module Commonmarker
46
46
  spoiler: false,
47
47
  greentext: false,
48
48
  subscript: false,
49
+ alerts: false,
49
50
  }.freeze,
50
51
  format: [:html].freeze,
51
52
  }.freeze
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.0.2.1"
4
+ VERSION = "2.0.3"
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.0.2.1
4
+ version: 2.0.3
5
5
  platform: x86_64-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-01-08 00:00:00.000000000 Z
12
+ date: 2025-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake