asciidoctor-html 2.2.0 → 2.2.2

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: 2444911733799e781028aff029ba6a9bbf2eff1b59f1879b04ccada19980960b
4
- data.tar.gz: c27978469bf6f782dfc949d6d16f962acbe0273c529a7f407b82431fcb19b142
3
+ metadata.gz: 441cec2a078bfdea23656bd645e8680d64c20df6cb04ba971da5e6a48a2801f8
4
+ data.tar.gz: 382349d5fff33b50c8bb90e90943902d8d614132a0e172df3a296832acf9eaba
5
5
  SHA512:
6
- metadata.gz: c81b9b77dddc638a78d8bf7d718c37fe838f3c1aa5d0f4d0b806ab54bb502809d67c902c62764498f2d2ece2de38c13fcfcb7d5fcf6812e50f15399ce26d140c
7
- data.tar.gz: 49fa266c48fbe723144906e9805495cf99f2ae25f5b7c3cdd0833abe78bac79aadeeb1e1fdecd4d14db98ec26a991aa720a122e7a757261044f013dc05942370
6
+ metadata.gz: ee2824ce358b6e62ceea15d179bbb7bfec836d9680a9eef5f881fb7215668fd03235e492172d157f73ee7e4cb18ac09ff34e08e9a9515690ec4de0212a11a104
7
+ data.tar.gz: e49e213ab6c1816ad18ac2d5e7210bda1eb7fc283da63127b8ceca2496b92a4eb5817843a89f4c2ab0d8b3811e43cf7a1f4aabd9484e37f58b91b90614ecd322
data/CHANGELOG.md CHANGED
@@ -275,3 +275,12 @@
275
275
 
276
276
  - JupyterLite repl url configurable, but build should be a separate process.
277
277
  - Some CSS tweaks.
278
+
279
+ ## [2.2.1] - 2026-08-26
280
+
281
+ - Rename JupyterLite CSS file.
282
+
283
+ ## [2.2.2] - 2026-08-26
284
+
285
+ - Implement presentation visibility roles.
286
+ - Add pandoc process to setup script.