diff options
| author | Shulhan <ms@kilabit.info> | 2024-08-12 23:40:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-08-12 23:40:43 +0700 |
| commit | e98aea8108d267fc5f8364d0e611698f413095c5 (patch) | |
| tree | 4d57df6f2b6af99e0c798079f6347728101b99c8 /testdata/test.got.html | |
| parent | 9a2bcad4d62c7fd93a3411e0a60cfa07c2b04051 (diff) | |
| download | asciidoctor-go-e98aea8108d267fc5f8364d0e611698f413095c5.tar.xz | |
all: use strict document header format
Previously, an empty line before Document Title cause the parser
stop parsing the document header, now an empty lines are skipped.
Also document attribute can be place anywhere, either before or
after title, and in between attributes; now it can be only placed
after revision or author or title.
Diffstat (limited to 'testdata/test.got.html')
| -rw-r--r-- | testdata/test.got.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/test.got.html b/testdata/test.got.html index b567740..2299f90 100644 --- a/testdata/test.got.html +++ b/testdata/test.got.html @@ -3056,7 +3056,7 @@ this sidebar.</p> <div id="footer"> <div id="footer-text"> 1.1.1<br> -Last updated 2024-04-04 21:22:35 +0700 +Last updated 2024-08-12 23:31:24 +0700 </div> </div> </body> |
