Skip to content

Commit a34551b

Browse files
author
tinyladi
committed
add codeblock and inline code snippets to markdown.snippets
1 parent 8fe8605 commit a34551b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UltiSnips/markdown.snippets

+11
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,15 @@ snippet img "Image"
3939
![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0
4040
endsnippet
4141

42+
snippet ilc "Inline Code"
43+
\`$1\`$0
44+
endsnippet
45+
46+
snippet cbl "Codeblock" b
47+
\`\`\`
48+
$1
49+
\`\`\`
50+
$0
51+
endsnippet
52+
4253
# vim:ft=snippets:

0 commit comments

Comments
 (0)