We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9a7a5 + 1d5adc3 commit fa8778dCopy full SHA for fa8778d
UltiSnips/markdown.snippets
@@ -39,4 +39,15 @@ snippet img "Image"
39
$0
40
endsnippet
41
42
+snippet ilc "Inline Code" i
43
+\`$1\`$0
44
+endsnippet
45
+
46
+snippet cbl "Codeblock" b
47
+\`\`\`
48
+$1
49
50
+$0
51
52
53
# vim:ft=snippets:
UltiSnips/pandoc.snippets
@@ -0,0 +1,3 @@
1
+priority -49
2
3
+extends markdown
0 commit comments