diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -4,13 +4,39 @@ Shulhan <ms@kilabit.info> :toc: :sectlinks: +:four-strips: ---- + +[#v0_7_0] +== asciidoctor-go v0.7.0 (2025-04-18) + +[NEW FEATURE] **Support include directive inside block code**. + +Example of block code with include directive, + +.... +---- +... +include::file[] +... +---- +.... + +[NEW FEATURE] **Support document attribute "docdir"** + +The "docdir" attribute contains the full path of the directory that +contains the source document. +By default it is set to the directory where the Document resided. + +[NEW FEATURE] **Add default HTML stylesheet.** + +The generated HTML now contains the default stylesheet. +The stylesheet is copied from HTML file generated by Asciidoctor v2.0.23. [#v0_6_2] == asciidoctor-go v0.6.2 (2025-02-01) -[BUG FIX] -Fix section detected as paragraph after list and comment. +[BUG FIX] **Fix section detected as paragraph after list and comment.** + Previously, given the following markup, ---- * Sub list |
