From 3ab1844ff3e3bfc20e82249156bcbb07bde3bf1e Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Tue, 23 Mar 2021 17:18:04 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- asciidoc-reference-cheat-sheet.adoc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 asciidoc-reference-cheat-sheet.adoc diff --git a/asciidoc-reference-cheat-sheet.adoc b/asciidoc-reference-cheat-sheet.adoc new file mode 100644 index 0000000..62b1aa1 --- /dev/null +++ b/asciidoc-reference-cheat-sheet.adoc @@ -0,0 +1,26 @@ += Asciidoc syntax cheat sheet +:author: Yuri Slobodyanyuk + +Author: Yuri Slobodyanyuk, admin@yurisk.info + +[cols=2,options="header"] +|=== + +|Command +|Description + + +|`article, book, manpage` +|Types of AsciiDoc documents + +|Block types +a| Document \:\:= (Header?, Preamble?, Section*) + + Header \:\:= (Title, (AuthorInfo, RevisionInfo?)?) + + + + + + + + +|===