Skip to content

ahjun001/_1.7-asciiDoc

Repository files navigation

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


1. My note
2. '*', My other note

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published