Merge pull request #350 from tinyladi/master

Pandoc, markdown: Inline code and code block snippets. Create pandoc.snippets
This commit is contained in:
Holger Rapp 2014-04-29 09:27:32 +02:00
commit fa8778d20a
2 changed files with 14 additions and 0 deletions

View File

@ -39,4 +39,15 @@ snippet img "Image"
![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0 ![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0
endsnippet endsnippet
snippet ilc "Inline Code" i
\`$1\`$0
endsnippet
snippet cbl "Codeblock" b
\`\`\`
$1
\`\`\`
$0
endsnippet
# vim:ft=snippets: # vim:ft=snippets:

View File

@ -0,0 +1,3 @@
priority -49
extends markdown