commonmarker 2.0.2.1-aarch64-linux → 2.0.4-aarch64-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: 6a9f8f32f05241b84b1a613f1daf1d754cae71aecbe25201f46b3271cf887073
4
- data.tar.gz: f0d94b89e0d06caf8e549f24cdacc5586fb2055ce1badc985b2b6a919e10c394
3
+ metadata.gz: 12e6c707705789fcbbe00dc02a4865b9cb4b403f5bc82ba418f7bb16fb904bc9
4
+ data.tar.gz: 3b8a5a4ad3cc82bc45dd3c9bef3b1a364dfdfbaf01409de96499bbe87599f7ba
5
5
  SHA512:
6
- metadata.gz: 0ebc3c39a9549e897bc31b7607dbb840c79d0ed9eda843787120832fa3ae52fc21cce6ddc26b7119b84a7e48302a340e7de2137a18f1f3950e1174441432c604
7
- data.tar.gz: cfeb429d076c77b9b18da281a6448fa4169ca777eaef26501b3c2a9ba598173cfc43b580f506c24a766106a480dddc664ab1271ec05a40416bd9100e83e9a07e
6
+ metadata.gz: 8394afda4c6ab0d555b945f10862198d4adbd2c8ca2d9e742cb802d6731165c993e9a7fc94e7a0c49f23848d71c82ae813a91f8a1f146c35a68c27b1bea7a26c
7
+ data.tar.gz: 48606187475813a9b30033fd42504cf0174e4861667be5519aed64f82f0eb1cf4415b7618b290add0359687f91f582591266a4c0368b994d091a0c104c0200f0
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.4"
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.4
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-01-08 00:00:00.000000000 Z
12
+ date: 2025-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake