asciidoctor-html 0.1.9 → 0.1.10
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/assets/css/styles.css +2 -2
- data/assets/css/styles.css.map +1 -1
- data/lib/asciidoctor/html/book.rb +2 -2
- data/lib/asciidoctor/html/popovers.rb +4 -0
- data/lib/asciidoctor/html/text_inline_macro.rb +38 -0
- metadata +2 -2
- data/lib/asciidoctor/html/sc_inline_macro.rb +0 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c99bb6f2d60f804587c86b5806f544a2a3c543f8e2cf257715b637ede3bdcfee
|
4
|
+
data.tar.gz: '0603291e74a63453de5eb837de838e8b2e2b420bc547dd39e881eff8a1b04adc'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac48827c04f5c761754f38e1186c71ce4a7cf3b46c5a9cb783df33ed2290683ec04d72b82ca4368addb0043cf525f653c55762914b3ade036a0b74840861f7a5
|
7
|
+
data.tar.gz: 6922436490654113090a9586efd0c8d32279e375f5d570382a5582a308d42cf162f2b3fe33415fee2e3f4a07cc244ecbabfbf91e90cc8203241bb52e58e13947
|
data/CHANGELOG.md
CHANGED
@@ -56,3 +56,10 @@
|
|
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.
|