Add pandoc html comment snippets

master
Hektor Misplon 2023-05-15 13:38:13 +02:00
parent 557959af9a
commit 04ac5a609d
1 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,14 @@ snippet in
(In [$1]($2))$3
endsnippet
snippet c "Comment (html)"
<!-- $1 -->$2
endsnippet
snippet c. "Comment (html) ..." i
<!-- ... -->$1
endsnippet
snippet ref "References"
<!--references-->
endsnippet