Resources for learning documentation-as-code concepts using the AsciiDoc markup language.
Write down content in a simple text file using your favorite editor.
file: notes.adoc
Notes This is simple plain text content. I have the following TODOs: A B C
Add some AsciiDoc markup to your text.
file: notes.adoc
= Notes This is simple *plain text* content. I have the following TODOs: * A * B * C
Preview your document in your web browser with the browser extension.
Render your document to a publishing format like HTML or PDF.
$ ./container/run.sh
$ asciidoctor notes.adoc
$ asciidoctor-pdf notes.adoc
$ ls
notes.adoc notes.html notes.pdf
Examples written in Asciidoc