asciidoctor-html 1.1.8 → 1.1.10

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: 0edb8b967bb7ff4f8ec0d83e4e4be6a52a6a5a024c0b0c9fde195d08f4e77b78
4
- data.tar.gz: 79819548e1ccd96f1e4d7e1fe788eb82d91622c06f945509ab65cb1e150af835
3
+ metadata.gz: 954b1970defb96864481c413aad69849c5713aa74bb78430029e03b4bdee97da
4
+ data.tar.gz: 529ab5223d5529814caf1502d70b064e23db1d27020bdf2b796faf7c621c30f3
5
5
  SHA512:
6
- metadata.gz: 34ef85e99fb53d40edfe3937a9c524a76a114b939ce3650d0ab5db13d7896fcb6c3b36b86e46a51de0b6b07d2d5c6285e3be7139c605180cf1324907acb04100
7
- data.tar.gz: a80f2d9db5e6b1360d9a7c39747f47d948f771726b26a7d340b3d630b3ad60597b467a96a48d0b421c3bb924d6e41c55264075b48a6a71b3e18d2a892a651f42
6
+ metadata.gz: 0f8a4e9c7111e803c852f97478dfd7ed8b25134dad7a27e1e9f6e2f784599b47334f15b51ba8ed8ec0b0ae146f8ddbb177a31768f6dd90928d69f2f7aa209e38
7
+ data.tar.gz: a0e44a49cab8d044abd93d7985031346f8797c78cea04293b2c911fc7e38579a2ff1c892c6788541e863943ae3582ac46ae8439713f819d51bc916301b6306cc
data/CHANGELOG.md CHANGED
@@ -193,3 +193,11 @@
193
193
  ## [1.1.8] - 2026-05-27
194
194
 
195
195
  - Remove auto-bracketing of title suffix in example blocks.
196
+
197
+ ## [1.1.9] - 2026-05-29
198
+
199
+ - Fix bug where breadcrumb was not visible in dark mode.
200
+
201
+ ## [1.1.10] - 2026-06-08
202
+
203
+ - Change layout so header text is aligned with content.