Update Asciidoctor snippets

This commit is contained in:
Gabriel Arazas 2021-02-23 12:39:25 +08:00
parent 1388f7b7af
commit 2ab1c315bd

View File

@ -203,6 +203,13 @@ ${4:<description>}
endsnippet endsnippet
snippet sidebar "Sidebar block" bi
${1:.<optional title>}
****
$2
****
endsnippet
snippet stem "Stem block" bi snippet stem "Stem block" bi
[stem] [stem]
++++ ++++
@ -219,3 +226,9 @@ snippet foot "Footnote macro" iw
footnote:[$1] $0 footnote:[$1] $0
endsnippet endsnippet
snippet qn "Question and answer" iw
[qanda]
${1:QUESTION}::
${2:ANSWER}
endsnippet