Skip to content

Commit

Permalink
add codeblock and inline code snippets to markdown.snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyladi committed Apr 28, 2014
1 parent 8fe8605 commit a34551b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UltiSnips/markdown.snippets
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"
\`$1\`$0
endsnippet

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

# vim:ft=snippets:

0 comments on commit a34551b

Please sign in to comment.