You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
927 B
45 lines
927 B
////
|
|
Example
|
|
|
|
Included in:
|
|
|
|
- user-manual: Header
|
|
- quick-ref
|
|
////
|
|
|
|
// tag::base[]
|
|
= The Dangerous and Thrilling Documentation Chronicles
|
|
|
|
This journey begins on a bleary Monday morning.
|
|
// end::base[]
|
|
|
|
// tag::b-base[]
|
|
= My Document's Title
|
|
|
|
My document provides...
|
|
// end::b-base[]
|
|
|
|
// tag::doc[]
|
|
= The Dangerous and Thrilling Documentation Chronicles
|
|
|
|
{doctitle} begins on a bleary Monday morning.
|
|
// end::doc[]
|
|
|
|
// tag::sub-1[]
|
|
= The Dangerous and Thrilling Documentation Chronicles: A Tale of Caffeine and Words
|
|
|
|
It began on a bleary Monday morning.
|
|
// end::sub-1[]
|
|
|
|
// tag::sub-2[]
|
|
= A Cautionary Tale: The Dangerous and Thrilling Documentation Chronicles: A Tale of Caffeine and Words
|
|
|
|
It began on a bleary Monday morning.
|
|
// end::sub-2[]
|
|
|
|
// tag::sub-3[]
|
|
:title-separator: {sp}|
|
|
= The Dangerous and Thrilling Documentation Chronicles | A Tale of Caffeine and Words
|
|
|
|
It began on a bleary Monday morning.
|
|
// end::sub-3[]
|
|
|