asciidoctor-html 0.1.9 → 0.1.11

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: e5e57fa29a9d949a98695c7fc7177669a789a6aefaf8f631de4569e2dbbd499c
4
- data.tar.gz: 5906f4f8a8f7ca42d9007f0de5f063f5183c5b8089e6f27e0f761154984a0ca6
3
+ metadata.gz: b31a232ef36bff4b9833aa68e7304c0616a1acd0ade2e82555bdb28da3c1f262
4
+ data.tar.gz: bcbb6f25581b2b1c87bbb0aa8fd97875d4eb7e04cbdd5eac9d729606b109a58f
5
5
  SHA512:
6
- metadata.gz: e1e71d43e38c1a85eee17888809d959d0e635913255cc6271f477a7b22a90528c16d8e3936442760f86d24d8a9c39f30332756d6c058cbdb04c4f3ff54ffe24c
7
- data.tar.gz: bb91461ceaf84ab35945ea07b31d7a1ebf31fd61e74c851d322441ea4b105845db836df0546e0fff8504efc2aa77bc631797a28ae92e75dc2177ba0ccc7326be
6
+ metadata.gz: 9c6d4903f2c15300c89e5aa485e7fde24cfd496c6243406e24e7273aa22896f092f77b5fd79151f62e8933e954f0e1fad38d4aaf8a43b5641462925ad6f7ccd5
7
+ data.tar.gz: 2aec7771279959980129181973f8a83d3803bcf9c585d65660859c60568fc3d0b2d4f00134451d8539bbcd799478dc564a4df10bc6ab5f0874ca44cc5552b420
data/.rubocop.yml CHANGED
@@ -6,10 +6,10 @@ Metrics/AbcSize:
6
6
  Max: 50
7
7
 
8
8
  Metrics/CyclomaticComplexity:
9
- Max: 20
9
+ Max: 25
10
10
 
11
11
  Metrics/PerceivedComplexity:
12
- Max: 20
12
+ Max: 25
13
13
 
14
14
  Metrics/BlockNesting:
15
15
  Max: 5
data/CHANGELOG.md CHANGED
@@ -56,3 +56,14 @@
56
56
 
57
57
  - Changed unmarked list role to an option.
58
58
  - Roomy table option.
59
+
60
+ ## [0.1.10] - 2025-08-08
61
+
62
+ - Removed sc macro.
63
+ - The text macro adds support for semantic inline text formatting as well
64
+ as SmallCaps and other styles.
65
+ - Some documentation improvements.
66
+
67
+ ## [0.1.11] - 2025-08-10
68
+
69
+ - Added continue attribute for ordered lists.