diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-17 17:06:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-17 17:22:43 +0700 |
| commit | fc56cc03df60e2b322073e82163b2dc9e22af416 (patch) | |
| tree | 46dea69d90756267f375131f925606c4b3c47b9c /testdata/test.adoc | |
| parent | de0936dc0100b5f45426e4dace5e836f41d0906e (diff) | |
| download | asciidoctor-go-fc56cc03df60e2b322073e82163b2dc9e22af416.tar.xz | |
testdata: set attribute idprefix to empty
This is to make the generated HTML from asciidoctor match with the
library.
Without it, all IDs are prefixed with "_".
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index ba6b8e9..d8473c5 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -15,6 +15,7 @@ v1.1.1, 18 July 2020: remark :test-url: https://kilabit.info :image-sunset: sunset.jpg :version-label!: +:idprefix: This is preamble. :other metadata: |
