diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 12:54:48 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-02 23:25:12 +0700 |
| commit | fe8bd4d6305e82259eaac94972f1621aa52e89aa (patch) | |
| tree | 3e0036fe349e41564c7596a23d80c0ec06ff3dfa /testdata/test.got.html | |
| parent | 7059665463bd648321fbd8c4b9227ead65767975 (diff) | |
| download | asciidoctor-go-fe8bd4d6305e82259eaac94972f1621aa52e89aa.tar.xz | |
all: handle empty preamble
If the document contains empty preamble do not output the HTML wrapper of
it.
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 512f9a7..28cba38 100644 --- a/testdata/test.got.html +++ b/testdata/test.got.html @@ -2997,7 +2997,7 @@ this sidebar.</p> <div id="footer"> <div id="footer-text"> 1.1.1<br> -Last updated 2022-10-18 00:21:58 +0700 +Last updated 2023-03-02 20:49:28 +0700 </div> </div> </body> |
