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 +4 -4
- data/CHANGELOG.md +8 -0
- data/assets/css/styles.css +2 -2
- data/lib/asciidoctor/html/template.rb +6 -4
- data/lib/asciidoctor/html/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 954b1970defb96864481c413aad69849c5713aa74bb78430029e03b4bdee97da
|
|
4
|
+
data.tar.gz: 529ab5223d5529814caf1502d70b064e23db1d27020bdf2b796faf7c621c30f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|