diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-03 04:08:44 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-03 04:08:44 +0700 |
| commit | 6b16f2e6dd6f9beb80b9d89e5d2d686c50e86b30 (patch) | |
| tree | f5b2179ace73313df3d7d11acf696d76cca95d26 /testdata/test.adoc | |
| parent | bda7c4e192fa2ba788473a58431ed1da92380f32 (diff) | |
| download | asciidoctor-go-6b16f2e6dd6f9beb80b9d89e5d2d686c50e86b30.tar.xz | |
all: implement section numbering with sectnums and sectnumlevels
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index 24e5ef6..5ff30cb 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -3,6 +3,7 @@ Author A, Author B :unclosed metadata: v1.1.1, 18 July 2020 +:sectnums: :toc: :toclevels: 3 @@ -34,6 +35,14 @@ Test inline formatting on section title. ====== Level 5 +:sectnums!: + +== Section Two + +:sectnums: + +== Section Three + == Comment //comment without WSP |
