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.
24 lines
284 B
24 lines
284 B
////
|
|
Included in:
|
|
|
|
- user-manual: Example
|
|
- quick-ref
|
|
////
|
|
|
|
// tag::base[]
|
|
.Sample document
|
|
====
|
|
Here's a sample AsciiDoc document:
|
|
|
|
[listing]
|
|
....
|
|
= Title of Document
|
|
Doc Writer
|
|
:toc:
|
|
|
|
This guide provides...
|
|
....
|
|
|
|
The document header is useful, but not required.
|
|
====
|
|
// end::base[]
|
|
|