Add generic admonition snippet for rst files

This commit is contained in:
Kenneth Benzie 2019-09-05 11:17:25 +01:00
parent c1d167f2e3
commit 57257c1c9a

View File

@ -1,3 +1,9 @@
snippet admon "generic admonition"
.. admonition:: ${1:title}
$0
endsnippet
snippet todo "todo admonition"
.. todo::
$0