inkmark 0.1.2-aarch64-linux → 0.1.4-aarch64-linux

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: fe50d297f45dd3898b459233acf076ea1c0c240fabc8b2cc63e970c02a709e28
4
- data.tar.gz: 47a56a003284ca32c07396b4fae8cde83d8ea016547f79a5858a8088fc592393
3
+ metadata.gz: f8cd41a17a7a68ec37bbb4b34d4acbd02a23ec16a0cbcb62e656ccca368cc944
4
+ data.tar.gz: 14195af984e186ecc5931a4b0529812e059a59d3351951ac3f5cee2f63f5a777
5
5
  SHA512:
6
- metadata.gz: 1163757cbb2be437bc5e71499a54c4c46b73b5ce14f1469e36bc16154e07398f2bc62505eee8651cacc257828619f86e499eece6a66e38e16c6d3ff9e2a45623
7
- data.tar.gz: cbc15320ea30d15aa63011311e7fbdedb5fca7ab3546171a5435c659df2eb8a58a32dafd5192c6313174c7199dc5ad824f034547b7ec5ce2a8178070aa7a783f
6
+ metadata.gz: 0efa722d2c457d4af8e6b2dc702239fa618638663998e52758ffbf755d6c7df326f30341d96fd8bc6a5d986079ee59d694940c2046e725f52b1433c868122248
7
+ data.tar.gz: ef8a749da3406c397c3e22cff35660c544dda1dd9f1643b604e9250b8edce0fe7c9aefab8975628a12cd9da49578e0d73c776d9218fa0ff62b4f66b23dbcf75b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
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
+
5
+ ## [0.1.3] - 2026-06-21
6
+
7
+ - Fix possible XSS via unescaped language tag in syntax-highlighted code blocks.
8
+
1
9
  ## [0.1.2] - 2026-06-21
2
10
 
3
11
  - Fix `Inkmark.truncate_markdown` raising `TypeError` when called without explicit `options:`.
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.2"
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.2
4
+ version: 0.1.4
5
5
  platform: aarch64-linux
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