commonmarker 1.1.3-x86_64-linux → 1.1.4-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: 259c1f41ba1e8879004c62a05b32bcbc791db65f709316ff431c6aa6e03fd341
4
- data.tar.gz: 7caecf3abef56b946d65a6e8930f1875155d1318aac509362b0466f28af3af0a
3
+ metadata.gz: 76ac51301badf10cda7b9a70c0484e3bf04ff83410b98ea9f29548e50c7c7abd
4
+ data.tar.gz: f9d9c1d2d52a7e5192440e72c7a25f410ad916d3f1a1d103e5aedafc4142b329
5
5
  SHA512:
6
- metadata.gz: 8a63d4ad4ec77f26e96a138bd509e0f99146932a9bc003b89619d058f97f47afa83334bfb6c6f1ac65f668aa4b4e9a18215fdb630348eb552bb71e6c060d4ec4
7
- data.tar.gz: 475c264b0faf4b50412a997998bef09fd0cecce762b34ea336da41fb317a65b53746ca812ed7faab8a40b7640ad91538345c99f9d72823ea0c1a72b179512564
6
+ metadata.gz: 55234cd8e79870d955fd9c1c0729288a9b9d4f90b046860cf799e6e2f4d6f1823db74f6350cdaf76f876117acad34ff2ade02618b71b7c6de2f035069894c2f5
7
+ data.tar.gz: e26d8a7e28782d590ad4b13cf9075f701b1d7df7e37671daac836c7b9fb3752e5250c88b69dadadcc42ec68d6eed1724a60777b3bde328ee0adade02514adb4f
Binary file
Binary file
Binary file
@@ -34,6 +34,8 @@ module Commonmarker
34
34
  multiline_block_quotes: false,
35
35
  math_dollars: false,
36
36
  math_code: false,
37
+ wikilinks_title_before_pipe: false,
38
+ wikilinks_title_after_pipe: false,
37
39
  },
38
40
  format: [:html].freeze,
39
41
  }.freeze
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "1.1.3"
4
+ VERSION = "1.1.4"
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.1.3
4
+ version: 1.1.4
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: 2024-05-15 00:00:00.000000000 Z
12
+ date: 2024-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake