asciidoctor-html 0.1.8 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e99d1309e5d86512f33b07823f062263001f0e72694f8a5da799441d05889f86
4
- data.tar.gz: 78e1069a3571247bbcddc1024f0b32d4639a5570a2185b13495f38e974bc176c
3
+ metadata.gz: c99bb6f2d60f804587c86b5806f544a2a3c543f8e2cf257715b637ede3bdcfee
4
+ data.tar.gz: '0603291e74a63453de5eb837de838e8b2e2b420bc547dd39e881eff8a1b04adc'
5
5
  SHA512:
6
- metadata.gz: ff4f4c90f19a05162e9a6f0fe5295f6efc43dfe6f6f9a7191db3b70d9c49b7c9a895af90d3edd311b8afc49d66e80feccdf391e0ecac533d2186c42649922ebe
7
- data.tar.gz: a4a2100158a4c08b0ea2342d6667993d409845f0d31a40bbbdcbb51f3003e62005eb0732f7fcb0841786294c0fe56a3bc5dda3838d155ac14e7a928bd1131db6
6
+ metadata.gz: ac48827c04f5c761754f38e1186c71ce4a7cf3b46c5a9cb783df33ed2290683ec04d72b82ca4368addb0043cf525f653c55762914b3ade036a0b74840861f7a5
7
+ data.tar.gz: 6922436490654113090a9586efd0c8d32279e375f5d570382a5582a308d42cf162f2b3fe33415fee2e3f4a07cc244ecbabfbf91e90cc8203241bb52e58e13947
data/CHANGELOG.md CHANGED
@@ -51,3 +51,15 @@
51
51
 
52
52
  - Hide paginator on single page website.
53
53
  - Add description meta tags to docs pages.
54
+
55
+ ## [0.1.9] - 2025-08-07
56
+
57
+ - Changed unmarked list role to an option.
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.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # asciidoctor-html
4
4
 
5
- **The code in this repo is being actively developed. Use at your own risk.**
5
+ A simple static site generator for AsciiDoc documents based on [Asciidoctor](https://github.com/asciidoctor/asciidoctor).
6
6
 
7
7
  ## Installation
8
8
 
@@ -28,7 +28,7 @@ sources.
28
28
  Assuming your config file is in the same directory as your AsciiDoc sources, execute:
29
29
 
30
30
  ```shell
31
- cd <ASCIIDOC_SOURCES_DIR>
31
+ cd ASCIIDOC_SOURCES_DIR
32
32
  adoctohtml [--watch]
33
33
  ```
34
34