asciidoctor-html 1.1.7 → 1.1.9
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 +1 -1
- data/lib/asciidoctor/html/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7c1226f75bcbeddc112e0ca53e5016e57af27d7ff8c4ff3311708287b7a3855
|
|
4
|
+
data.tar.gz: 726c9239e4d9aa34bfbdae7b31f6a98af272de470b8f374210b3f6407e55931a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9939ae9e2ca2c1f936af5361eaf11b1f2340e3f82610178b49fc3ef10845db3e1e02f0d372f581f75bc24a7d8d352de3b39c492c426f2b03a9ce5dcff22a182
|
|
7
|
+
data.tar.gz: eb47316bb090f1dbfd9f7e5c112e230fc9119682b630e8b5fec8555ac77b4a89e5e87a966033431b342d9ac1312d816c5bd5b506c61e6a71f2f3232d1026cb56
|
data/CHANGELOG.md
CHANGED
|
@@ -189,3 +189,11 @@
|
|
|
189
189
|
## [1.1.7] - 2026-05-13
|
|
190
190
|
|
|
191
191
|
- More informative pagination.
|
|
192
|
+
|
|
193
|
+
## [1.1.8] - 2026-05-27
|
|
194
|
+
|
|
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.
|