diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-28 11:34:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-28 11:34:26 -0600 |
| commit | 1bf99be6bd73649bfa4cca026b4e77fb8e8cef9a (patch) | |
| tree | 1e2739ae14cd85eb0d9619ed6d42b6b5169ba8bc /examples/chronicles-example.adoc | |
| parent | df242484a5dea886d40e50bd181d00f1bea83d34 (diff) | |
resolves #1786 allow entry for preface to be added to TOC without adding title to body (PR #2094)
Diffstat (limited to 'examples/chronicles-example.adoc')
| -rw-r--r-- | examples/chronicles-example.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 2fcd725f..48653f77 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -6,6 +6,7 @@ team must conquer and vanquish on their journey to discovering the true power of Open Source. :organization: Company Name :doctype: book +:preface-title: Preface // Settings: :experimental: :reproducible: @@ -28,8 +29,11 @@ endif::[] :uri-stbernardusabt12: http://www.sintbernardus.be/stbernardusabt12.php?l=en :uri-wolpertinger: http://en.wikipedia.org/wiki/Wolpertinger +[%notitle] +-- [abstract] {description} +-- == It's a City Under Siege |
