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

update markdown snippet

This commit is contained in:
jdhao 2022-08-21 11:47:03 +08:00
parent 2372d9159f
commit 9d8a58be17

View File

@ -47,7 +47,7 @@ $0
endsnippet
snippet font "HTML font tag"
<font color="${1:red}">${2:TEXT}</font>
<font color="${1:blue}">${2:TEXT}</font>
endsnippet
snippet link "Markdown links"