diff --git a/asciidocYemplate.adoc b/asciidocYemplate.adoc new file mode 100644 index 0000000..c9379ce --- /dev/null +++ b/asciidocYemplate.adoc @@ -0,0 +1,21 @@ += Document Title +Doc Writer + +An example of a basic https://asciidoc.org[AsciiDoc] document. + +== Introduction + +A paragraph followed by an unordered list{empty}footnote:[AsciiDoc supports unordered, ordered, and description lists.] + +[square] +* item 1 +* item 2 +* item 3 + +== Main + +"`Hello, World!`" + +== Conclusion + +That's all, folks!