AsciiDoc
AsciiDoc is a plain text markup language for writing technical content. Itβs packed with semantic elements and equipped with features to modularize and reuse content. AsciiDoc content can be composed using a text editor, managed in a version control system, and published to multiple output formats.
In LiveCodes, AsciiDoc is compiled to HTML using Asciidoctor.
Usageβ
Demoβ
Language Infoβ
Nameβ
asciidoc
Extensionsβ
adoc
, asc
Editorβ
markup
Compilerβ
Versionβ
Asciidoctor.js: v2.2.8
Code Formattingβ
Not supported.
Custom Settingsβ
Custom settings added to the property asciidoc
are passed as a JSON object to the convert()
function during compile.
Please check the documentation and document attributes for full reference.
Please note that custom settings should be valid JSON (i.e. functions are not allowed).
{
"asciidoc": {
"attributes": {
"source-highlighter": "highlight.js",
"icons": "font"
}
}
}
Limitationsβ
- Some advanced extensions may not work (e.g. diagrams)