asciidoctor-html 2.1.2 → 2.1.4

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: 9b006a1dedc254e35434e9bc6281cd250fca1a431e39990516a860b8b37da999
4
- data.tar.gz: d10aa928995aff60d8df301959a2a515351aab01cec06f0be72af16922e48fcf
3
+ metadata.gz: cee550e64089f54112834be4f096d307023b579de811284e6b90ad059a254124
4
+ data.tar.gz: ded5003e4458c07e8f4eba148b21a85c0a8707b9f913584e2b6874b14d1499ee
5
5
  SHA512:
6
- metadata.gz: 00b7d33a25d4e129fc250fa333aeeff1fdb9a5c3a929167a544442f0dae31718c9f6dd186e32d3b5fdbe9de012f96df4c0c4029f8ea1b7cc82fd584f60a19756
7
- data.tar.gz: 86cfc87d1e41c4dd62ea1fa090bc4dd11b4eef1280ba1f09f582448f24888e8c67447e6562f90fb8918a89cdf453839ae187f913179993421946803e4dd23b80
6
+ metadata.gz: 54ed26004e8e94d94e07462d6b234c2649a38a6d0718e042c6ebbb82583d235a96865ebb14fa4e6609fae78185e997c6f3e06dcac646a5a3496d1f51fead8e8d
7
+ data.tar.gz: e267fd91a2dc559fe8d4ec8f0b14db4385beaf27f4cc5a9370848e54fad4b02225c590203d499037afbc4956ea40823375a76dbbb7191c20cd9f5f7893982d15
data/CHANGELOG.md CHANGED
@@ -243,3 +243,13 @@
243
243
  ## [2.1.2] - 2026-08-11
244
244
 
245
245
  - Fix bug with location of jupyterlite build script.
246
+
247
+ ## [2.1.3] - 2026-08-14
248
+
249
+ - Add unnumbered option.
250
+ - Add live svg example to docs.
251
+
252
+ ## [2.1.4] - 2026-08-16
253
+
254
+ - Added tabbed description lists.
255
+ - Better handling of pagestyle multi when there aren't enough sections.