commonmarker 1.0.0-x64-mingw-ucrt → 1.0.2-x64-mingw-ucrt

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: b1996756fc50efad01116b24d86afffe44a3adca660f0a27f9f4566daef20a65
4
- data.tar.gz: b81f60b84ab5e28a056594935a81072a911b89010e74ab9f8593fc533cbbe02c
3
+ metadata.gz: 832315550d96a13a76171484c7f5185670b6006e729945209a2760146624c740
4
+ data.tar.gz: 3feff9fde61a9d591ea0c971a375ced6989bedbdf20ec7ba2bba6e5f1e8a1d3f
5
5
  SHA512:
6
- metadata.gz: 933749f50c18d0910e19180340a264495da053ae669d748b2f827b1f3d78a1b571defac72650387186867978e4fca94c0de763ff81c209ddc8d41e1dcf0056fd
7
- data.tar.gz: 7c217a2aae5d134f9808af01f818541aa49e0a0910e64304a0f51f691ccefdd9116edf917328ab46a73d91523bf6a8387d6dc972562ce996904828504512b767
6
+ metadata.gz: 926f2d5d447ad02e8e0641e0becc9a07406c48278f8d97d6e0ce02691c11b52f50a9634a7e1e8e141ca50ef640b1d8056e54dd23466e2f2465b3f2824c7b9077
7
+ data.tar.gz: 5361e450c9ed860fd8460730e0d40f43114d9465d929d88fbbd5df3156f016077484309588692f2226e33215cf158d434526a93f68cb2ed3776ecce37e242e83
data/README.md CHANGED
@@ -70,6 +70,7 @@ Note that there is a distinction in comrak for "parse" options and "render" opti
70
70
  | `width` | The wrap column when outputting CommonMark. | `80` |
71
71
  | `unsafe` | Allow rendering of raw HTML and potentially dangerous links. | `false` |
72
72
  | `escape` | Escape raw HTML instead of clobbering it. | `false` |
73
+ | `sourcepos` | Include source position attribute in HTML and XML output. | `false` |
73
74
 
74
75
  As well, there are several extensions which you can toggle in the same manner:
75
76
 
Binary file
Binary file
@@ -15,6 +15,7 @@ module Commonmarker
15
15
  width: 80,
16
16
  unsafe: false,
17
17
  escape: false,
18
+ sourcepos: false,
18
19
  }.freeze,
19
20
  extension: {
20
21
  strikethrough: true,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.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: 1.0.0
4
+ version: 1.0.2
5
5
  platform: x64-mingw-ucrt
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: 2023-12-24 00:00:00.000000000 Z
12
+ date: 2023-12-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake