default.adoc 601 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
= Document Title: Subtitle
Gildong Hong <email1@bwg.com>
:description: The document's description.
include::ROOT:common_attrs.adoc[]

[abstract]
.문서개요
--
This document has a header that specifies the {doctitle}.
This document is about the default format of a document.
--


== Source
[source,asciidoc]
----
= Document Title: Subtitle
Gildong Hong <email1@bwg.com>
:description: The document's description.
20
\include::ROOT:common_attrs.adoc[]
21 22 23 24 25 26 27 28

[abstract]
.문서개요
--
This document has a header that specifies the {doctitle}.
This document is about the default format of a document.
--
----