asciidoctor-html 0.1.6 → 0.1.7

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: bc941971db15a22b9e9221208f0e7fee076b0db1fed70b54945accf7611eaecf
4
- data.tar.gz: b55d4012d821f2445fa5b372ec720d9fef11b2a409a44df130685f5d3846b1c5
3
+ metadata.gz: a39fc2fadfd3b4baeee4f26026e0195a891e418a4a3c8458dff6c5984054ffe2
4
+ data.tar.gz: 9fe38d49a21d8bb8d1a59141b868ae5b34b8ebc644ba903cab30c7c663694021
5
5
  SHA512:
6
- metadata.gz: 9bbd37c254d19a428f68939796ce33ad649859e0e6999fa3e5ad90815b924f1b301e6fc49579a7669baf92b53f8e02c079380f62ad8ba8eec170b076e5342c1d
7
- data.tar.gz: 3ae6083f00cf86157b657ed20ec24d19fee5ea505294ee496a783594cf21763475e44a684f409341163fa86fb78e87c6b6bce491eb129a93f1089b460960e198
6
+ metadata.gz: f74d4a0427d71e18516f4bdff181a6dd793fced544026fa9d7d256015910b2b3fd4bf6a0c2186d057d1f31c592b27793ddb840c7a869514a7e17b672968d9924
7
+ data.tar.gz: 22fa36d9ba49b5220e422d2cff6517c3224ec06eae7bcf96de4cdb700b937cdded026a615d203cea4d968ebf5c6fb45697267def1272f4acf5de1f850805a222
data/.rubocop.yml CHANGED
@@ -3,7 +3,7 @@ AllCops:
3
3
  NewCops: enable
4
4
 
5
5
  Metrics/AbcSize:
6
- Max: 45
6
+ Max: 50
7
7
 
8
8
  Metrics/CyclomaticComplexity:
9
9
  Max: 20
data/CHANGELOG.md CHANGED
@@ -34,3 +34,15 @@
34
34
  - Support for shifted ordered lists.
35
35
  - Generation of XML sitemap.
36
36
  - New favicon.
37
+
38
+ ## [0.1.7] - 2025-08-06
39
+
40
+ - Completion of documentation.
41
+ - Upgrade to MathJax v4.
42
+ - Fix scrolling bugs on mobile.
43
+ - CSS improvements.
44
+ - {parskip} and {dollar} document attributes.
45
+ - SmallCaps macro.
46
+ - Support for inlining SVGs.
47
+ - CLI now copies assets from srcdir to outdir.
48
+ - Pagination links at the bottom of content.