Warning
|
This is a straw-man article. Content hackers welcomed! Add issues to the Chapter 7 section. |
Though the article IHE Technical Framework / SDPi Content in AsciiDoc covers AsciiDoc application to specific content needs of the SDPi supplement, for those who are just getting started with the language, figuring out where the basics (and advanced) usage is documented is … challenging.
This quick reference guide helps cover that space between the content conventions and the actual AsciiDoc language. For more detailed information on the AsciiDoc use conventions, see the article IHE TF / SDPi AsciiDoc Cookbook.
The document links are generally to Asciidoctor Docs online documentation.
Add: Process basics: AsciiDoc source ⇒ AsciiDoctor processor ⇒ convert to published format (HTML) Add: Line oriented / stacks of blocks (starting with block=line)
Add: [#xuze, reftext=YIKES] Add: :attribute: value pairs Add: macro::name() … e.g., image::AFCisGreat.png(…)
(in no particular order)
-
admonitions
-
indenting
-
empty lines
-
Table Formatting
-
attributes
-
references
-
anchors
-
…