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:
parent
84e4ac3ee0
commit
0e491bf4dd
@ -16,9 +16,13 @@ snippet more "HTML more tag"
|
||||
<!--more-->
|
||||
endsnippet
|
||||
|
||||
snippet img "aligned image using HTML tag"
|
||||
snippet img "Aligned image using HTML tag"
|
||||
<p align="center">
|
||||
<img src="${1:URL}">
|
||||
</p>
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet link "Markdown links"
|
||||
[$1]($2)$0
|
||||
endsnippet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user