diff options
| author | Shulhan <ms@kilabit.info> | 2025-04-18 16:28:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-04-18 16:29:09 +0700 |
| commit | a6d11741c4c050cb0cec96f588baff6366da30d2 (patch) | |
| tree | 0d9ee4eb0223d09395d69a7024cb27f13c33f9dc /testdata/document_tohtml_test.txt | |
| parent | 552a3d83e549ead4c348f94d2a704ec9e23d0a6c (diff) | |
| download | asciidoctor-go-a6d11741c4c050cb0cec96f588baff6366da30d2.tar.xz | |
Release asciidoctor-go v0.7.0 (2025-04-18)v0.7.0
[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.
Diffstat (limited to 'testdata/document_tohtml_test.txt')
| -rw-r--r-- | testdata/document_tohtml_test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/document_tohtml_test.txt b/testdata/document_tohtml_test.txt index 65b1d7a..fc29e25 100644 --- a/testdata/document_tohtml_test.txt +++ b/testdata/document_tohtml_test.txt @@ -22,7 +22,7 @@ Document body. <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="asciidoctor-go 0.6.2"> +<meta name="generator" content="asciidoctor-go 0.7.0"> <meta name="description" content="Multiline description with backslash"> <meta name="keywords" content="multiline, key, words"> <meta name="author" content="John Doe"> @@ -72,7 +72,7 @@ Section 2 content. <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="asciidoctor-go 0.6.2"> +<meta name="generator" content="asciidoctor-go 0.7.0"> <meta name="author" content="John Doe"> <title>Title</title> </head> |
