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:
parent
c0417d8a0d
commit
649f5b93eb
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user