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

Update markdown snippets

This commit is contained in:
jdhao 2021-01-13 22:55:20 +08:00
parent 4c348b6eb6
commit c81d148627

View File

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