commonmarker 1.0.0-x86_64-linux → 1.0.2-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: a1a96e2f4aea56d0e93d9e08e7fbe4d635d997c0d55119aef855138c974dbb78
4
- data.tar.gz: 0a651661fb8e12325816e56c974f9f3607904b3dcd8ee805c3182ce791338bbc
3
+ metadata.gz: 0fc0a39adf751c1b2dfaa39ee7f8b92209f3e94e1af644e4855d4bbcb30514a2
4
+ data.tar.gz: 256e2e8a2a3806a7e4ae0b6b836ccd6532024e4e095ed098b8df349d43d640c4
5
5
  SHA512:
6
- metadata.gz: 783b0846f87faf840e4427ccf7fbb111c930ed67011e2b8ef1ff2753e6ab7554aec43232b1920b0ac5afa0762c88174533c54114c3023b61f36319cc2744b6e3
7
- data.tar.gz: c8107e67cd2b486b9f46dfe3812d3f4fda3c5150c873a73e5daaa76e441360b75aa8e0631145cfb75b5c589d5fd25c3efeef05ed0b3e13a437756d7a7bd16ad9
6
+ metadata.gz: a0068f6e17707b81242c759f17bb48970bc83aac197584174248a53179eeb403453557a935a28bd4e8fdb8ab0dd1fc1a1aa73d9cbc3a73794ef1cc3dd41bb7fc
7
+ data.tar.gz: 99bbac4a6e191e03efddaed2d0307d7b8898625ff6ee7da1cf9931f495cec999534c81ae8acbe5aff3d6cb4c58e0405cd2ce540e96f0a981c2efb5ab7557779d
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: 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: 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