commonmarker 2.0.2-aarch64-linux → 2.0.3-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: 82ba467b81fec18ee23c8e38d239bfca7273f37ff62a62a7ba4e9a694aeec299
4
- data.tar.gz: 9bbd19c86380cb4811d0b7f61ee7f07cd85fe4831f1785e3fad7332c55fb72a4
3
+ metadata.gz: 505a028d0da4741ed1a44b92c3ae6c1d551adb4b0f2fc9b6a4818e34ea093fc4
4
+ data.tar.gz: 85a1146c9a901222caeab47a0e1b9acb9ca38414fdd983d11429f8f47c858825
5
5
  SHA512:
6
- metadata.gz: af1b838a2fc758031100723988b8b9220652776db24fbb23c5c0cef83d0b94242a18849bd68e2a4bc4aa0705dc8a409513be18bc8ed5b36d0eca0b8e10b6cda1
7
- data.tar.gz: 669e8110b5135f59234b5de8138a8fcb6d2de740cc189c942b85a26b70cba0ae5624ab1944b8755f964e54235165c39ff7b5c5d556521d2a2a74bc706a868a27
6
+ metadata.gz: 14ab1e921f64fd65a6c95cda78e551dfb5610d0d60db6030770ac678c4da2566ba4797d1e695db1cb595de3344ea3e3687bd2dcbd8c456343a9a3ccbbeaafe97
7
+ data.tar.gz: bb362e56ffa773852725fc1946a207d4be51fac4baec75be03ec52c372e8e5623027bb397d5308a33d99ccedecc08fb288e04b7d4a123b962d9b47cd845787a9
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
@@ -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"
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
4
+ version: 2.0.3
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: 2024-12-29 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
@@ -50,6 +50,7 @@ files:
50
50
  - README.md
51
51
  - lib/commonmarker.rb
52
52
  - lib/commonmarker/3.2/commonmarker.so
53
+ - lib/commonmarker/3.3/commonmarker.so
53
54
  - lib/commonmarker/3.4/commonmarker.so
54
55
  - lib/commonmarker/config.rb
55
56
  - lib/commonmarker/constants.rb