inkmark 0.1.3-x86_64-linux-musl → 0.1.4-x86_64-linux-musl

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: 575a31bcd3d3444694e9216eaad3b2b790f880ade6d89d0da99e3a6622fe6f8c
4
- data.tar.gz: da234a8f1cdf6090db98c0895e87485e25c67ed6e41150a7eb3fb4261b462562
3
+ metadata.gz: b827fb6565246944c8452a4da6fb602d36e2bcb696e7c0b501b28e55c3a07f84
4
+ data.tar.gz: 4bde2dc964daf159656c446640194e75c08d900e93aa6b1510ed15db93e3c6e5
5
5
  SHA512:
6
- metadata.gz: 28c67a7c57581b3ba64d3f042eb36a203b99cfe073c6fd61fcd3c6c1e6a124d50d2800a5bcdee466790631f772a81c55a107b922d09092947a3b704c9a0f5e15
7
- data.tar.gz: 1b40ef5caf11403eb491c2398cbde8955c7374e0ea12fad93bad39ba4fc589e591177663d27edd2e60a2f13dd50a0fc1f8327898425883a8d5374ef5d31e7375
6
+ metadata.gz: b04eb5795becae8d8b7fe6cb84986135bf518539c1d068d8761f25e5d184a7ac612ca055cd4331d3dccc57b2ef76f6315a83eea7dc9b40be285c9e2181698872
7
+ data.tar.gz: 900afafd60b7ef2ab37cbe6bde7383d848ae6ef444f48ea059ac157dc29d44068e5247d65ce54193f622518f4e0890e7cbe1a39ad781945f369564961e823ba3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.4] - 2026-06-25
2
+
3
+ - Fix `frontmatter: true` leaking the frontmatter block into `to_markdown`, `chunks_by_heading`, and `chunks_by_size` output. Bug report by @freesteph [#3]
4
+
1
5
  ## [0.1.3] - 2026-06-21
2
6
 
3
7
  - Fix possible XSS via unescaped language tag in syntax-highlighted code blocks.
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  class Inkmark
4
4
  # Current gem version.
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkmark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Yaroslav Markin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-21 00:00:00.000000000 Z
11
+ date: 2026-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake