commonmarker 1.0.0-x86_64-darwin → 1.0.2-x86_64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 310b4762a93042a9ab8ffe2aed8209427a1cb670ba7eb55b1724b74f9259b3d7
4
- data.tar.gz: 1728a1a47cd144cdfa8bbbc6760e39b688dabc64d9696adc6ef0618126859b76
3
+ metadata.gz: e05dbe40ba1d6cffc224da667801068a4a61893f7500076491494f1f123e6d6e
4
+ data.tar.gz: d02d3cb2726289d9b94e0a858fe70303526ddcef02341e51becb4febe6e1f8a0
5
5
  SHA512:
6
- metadata.gz: cc48cc5aa91b53683a9388d352da800c4ca2c63d02f807f202d88d109831e79646744ba18ce5a6dde4438f21d3b4c775ae3b73dd038d1a1d0f4ffe315c9f5df8
7
- data.tar.gz: 55e0373759e13f02102e505807f3fbbc538d8f7a667c283037ae655143d6a1e01e5fb49da691e9acd1590fac323a7f7a2607b43c202442ab2ddc3c2a15e745d9
6
+ metadata.gz: 8d9880d2d9aea1d89ddf7347103dec729af759383dfee1a1d467ac1ee910f20c16e970e624fe8f1a82ec5cf0e5c3c898db92af1961b4aebdf151ca447ffa1bf7
7
+ data.tar.gz: 82b817b99b52451ddd1712669a46143d94733eff929cab31557240f4acad3a6ab82883600427827a0e90810035c50d761330ebc56cd8a6e579f361e458302d07
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
 
@@ -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-darwin
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