commonmarker 1.0.0.pre12-aarch64-linux → 1.0.1-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: db38c75b98c080580b541f9c01fac68011f25d5d47427797b24632dcb4579304
4
- data.tar.gz: 7b08d05ac657a8b71120ab822e38673fe24126be6ebe677e311663b4661a03fa
3
+ metadata.gz: 379a470f508500e2e560734084beb2ccf4b8db5543dec5d5c2d5ee87eaec24c8
4
+ data.tar.gz: e75575555b73d4831cfee1e67344d6b9dd40c93e791e7759757472a7032eec3a
5
5
  SHA512:
6
- metadata.gz: 59703bc6f7465b8ed7c0ebefbac29e93c75c4e0001157c43687bdf204f0a9a6cab43b1f3c2f7302c157959904e759e6e3acc26eadd8588143e75a3b8bc358e45
7
- data.tar.gz: 9a78d534250f7984ad722eae0c88bb2a5633e168f45948c8cddeebf7e4e2107718505fbf56989ea30d0f3c2f58b9881ed292225e892169c4cbeed305947f02f1
6
+ metadata.gz: 994764484fba08e5dc84d8d323bca634bca139eaa6c150bad8275324910ae9c7c71703d9e3c589ffe475b963413c702e048ea6b9ad91f37a20e8dbc91055234c
7
+ data.tar.gz: 4710cbb0866d9fa6abd4213344f5b2b56576b3ee1628c472d1bab3c14ca9db59e43a888436ec6b42f5251575bb4d96bdd18b51b5bb6dd1c25b01024f79ef04a6
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.pre12"
4
+ VERSION = "1.0.1"
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.pre12
4
+ version: 1.0.1
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: 2023-12-07 00:00:00.000000000 Z
12
+ date: 2023-12-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake