asciidoctor-html 2.0.1 → 2.0.3
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/book.rb +13 -15
- data/lib/asciidoctor/html/flip.rb +11 -22
- data/lib/asciidoctor/html/list.rb +3 -2
- data/lib/asciidoctor/html/pagination.rb +2 -2
- data/lib/asciidoctor/html/subnav_block_macro.rb +8 -8
- 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: 8c82206bbe281dbd650462b1690c4e4a37ee99da5ffa3143b81a31e222de9d21
|
|
4
|
+
data.tar.gz: cf51b4fc64fcfa498fbe2411bd2d79535e65785ded51cc3fac366e8c2d4602df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a510181aabf2f39863d31b7cf20a47fcb38f7cdb399184008702b85197be2b926a27cd745bac2da13fa3181485a5ca1c8c7b549c221cdb96898e9ee1069f4cc
|
|
7
|
+
data.tar.gz: 0ec62eb1089e6e2ed52bd688a88639c6b21e32b428d0a5e07a505aa4173c0e9cac22b25a7a69ebdffee952d58c0172176a8e927914148c9624ee468592b7926f
|
data/CHANGELOG.md
CHANGED
|
@@ -223,3 +223,11 @@
|
|
|
223
223
|
## [2.0.1] - 2026-07-13
|
|
224
224
|
|
|
225
225
|
- Scroll with up/down arrows as soon as (multi)page loads.
|
|
226
|
+
|
|
227
|
+
## [2.0.2] - 2026-07-15
|
|
228
|
+
|
|
229
|
+
- Added target parameter to subnav macro.
|
|
230
|
+
|
|
231
|
+
## [2.0.3] - 2026-07-15
|
|
232
|
+
|
|
233
|
+
- Always scroll to top of slide on flip.
|