asciidoctor-html 0.1.5 → 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: 5446bda45674806e6a8917cf9b763db6f4659f07a7d87e02f305073063e0a129
4
- data.tar.gz: e3699568e82b5faedfd418568cafe48164efc1e2988d88009994c3eb1f53d146
3
+ metadata.gz: a39fc2fadfd3b4baeee4f26026e0195a891e418a4a3c8458dff6c5984054ffe2
4
+ data.tar.gz: 9fe38d49a21d8bb8d1a59141b868ae5b34b8ebc644ba903cab30c7c663694021
5
5
  SHA512:
6
- metadata.gz: 4b3a3d027ffc08c5fdd9f14315c570d3171dbe31bea3834330d9bbfa0b9a5cad62682ba688f64aac676ec4f20b6cdbc469ae0e3def56d46ac49ce6e22d0ad95b
7
- data.tar.gz: 3050cacde9637db251826b444230b19bc1acab7c06bbc29937feeb9a4d3957775e9acc66e9482d0cf5b0de3164459c7214b79566e53f86a8e816b5b796eac67a
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
@@ -18,10 +18,10 @@ Metrics/MethodLength:
18
18
  Max: 35
19
19
 
20
20
  Metrics/ClassLength:
21
- Max: 200
21
+ Max: 300
22
22
 
23
23
  Metrics/ModuleLength:
24
- Max: 200
24
+ Max: 300
25
25
 
26
26
  Style/StringLiterals:
27
27
  EnforcedStyle: double_quotes
data/CHANGELOG.md CHANGED
@@ -26,3 +26,23 @@
26
26
  ## [0.1.5] - 2025-07-27
27
27
 
28
28
  - CSS adjusted to handle single page site.
29
+
30
+ ## [0.1.6] - 2025-07-29
31
+
32
+ - CSS improvements.
33
+ - Added conversion of tables and literal blocks.
34
+ - Support for shifted ordered lists.
35
+ - Generation of XML sitemap.
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.