Skip to content

Commit

Permalink
Merge pull request #350 from tinyladi/master
Browse files Browse the repository at this point in the history
Pandoc, markdown: Inline code and code block snippets. Create pandoc.snippets
  • Loading branch information
SirVer committed Apr 29, 2014
2 parents ec9a7a5 + 1d5adc3 commit fa8778d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UltiSnips/markdown.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,15 @@ snippet img "Image"
![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0
endsnippet

snippet ilc "Inline Code" i
\`$1\`$0
endsnippet

snippet cbl "Codeblock" b
\`\`\`
$1
\`\`\`
$0
endsnippet

# vim:ft=snippets:
3 changes: 3 additions & 0 deletions UltiSnips/pandoc.snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
priority -49

extends markdown

0 comments on commit fa8778d

Please sign in to comment.