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
449 B
24 lines
449 B
4 years ago
|
////
|
||
|
Preamble
|
||
|
|
||
|
Included in:
|
||
|
|
||
|
- user-manual
|
||
|
////
|
||
|
|
||
|
Content between the document header and the first section title is called the preamble.
|
||
|
The preamble is optional.
|
||
|
|
||
|
.Preamble
|
||
|
[source]
|
||
|
----
|
||
|
include::preamble.adoc[]
|
||
|
----
|
||
|
|
||
|
When using the default Asciidoctor stylesheet, the <<lead-style,`lead` attribute>> is applied to the first paragraph of the preamble.
|
||
|
|
||
|
.Result: Rendered preamble
|
||
|
====
|
||
|
image::preamble.png[Preamble with lead attribute applied]
|
||
|
====
|