cheat-sheet AsciiDoctor note-caption: Note noc: {noc} doctype: book References VSCode default snippets Ctrl+Shift+P / Insert Snippet Insert attribute :attribute: value Insert checklist ❏ first ❏ second ❏ third Insert doctype :doctype: article :doctype: book :doctype: manpage :doctype: inline Insert example [attribute] ==== text ==== text Insert footnote footnote:[note] [1] Will show at the end as [1] My note Insert footnote with label footnote:label[My other note] [2] Insert header = README Author <[email protected]> version, 2021-02-02: remark :attributes: Insert heading = Heading Title Then Down to select which level Insert image image::path[alt] Tricks manual line break Create snippets: File / Preferences / User Snippets References AsciiDoc syntax quick reference: https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/ 1. My note 2. '*', My other note