1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add HTML font tag for Markdown

This commit is contained in:
jdhao 2020-08-30 03:35:14 +08:00
parent c0417d8a0d
commit 649f5b93eb

View File

@ -46,6 +46,10 @@ snippet img "Aligned image using HTML tag"
$0 $0
endsnippet endsnippet
snippet font "HTML font tag"
<font color="red">${1:TEXT}</font>
endsnippet
snippet link "Markdown links" snippet link "Markdown links"
[$1]($2)$0 [$1]($2)$0
endsnippet endsnippet