inkmark 0.1.3-x64-mingw-ucrt → 0.1.4-x64-mingw-ucrt

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: 47e876be1fb213bfb455372c46e70e67922d66bc5b4dd8795b780f4cbfa5651b
4
- data.tar.gz: ce410ad83bd4844cc298919532c49bdefb65088cfa48edf4b96b594c8850f2af
3
+ metadata.gz: ce1b9baf8fc0f05ef707c92141b20432b6e0215246eb6858e8c701112d5d20e3
4
+ data.tar.gz: 725626998e3351eb7402f8b0d727f277615d9012fa95ae6c7b7aaa92d08d101e
5
5
  SHA512:
6
- metadata.gz: 88af5ddd29c2107b7dc302f433515c7e050fe14658b2fadea673861b60de072efa65588121460bd8695648ea0b1c8a3d244c084da3b385adbd7cf58e249630fa
7
- data.tar.gz: 0615bc1035b29d8bf54023b16393ece0d14e2fe6495351f7758a86a198ee8c39c234f831cb2550744a4137f301bd86a8d6bcd06684498cdecb854f3cbe34805a
6
+ metadata.gz: 0bce5c6d72fd9059905e3cef38e5252b67d86ccb3e2dbdd2ccdadee33f68f2acbce08782a0f8be7d8c1c30acefc0af641eb43a7927ce5226b8ccf5993efb6784
7
+ data.tar.gz: 68849b2faf32f3aa6e7a59ab2ba9e953e3d5a9705ffc3b8b0b604ec25c0221f3d320dbae9d4c48930949525f7c7a4897190c98033746ae0736e6ac85fb6dc2b3
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: x64-mingw-ucrt
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