Skip to content

Commit

Permalink
Markdown bold and italic
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Nov 22, 2014
1 parent 95024ce commit 3b1f079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snippets/markdown.snippets
Expand Up @@ -48,6 +48,10 @@ snippet <*
<`@*`>
snippet <c
<`@+`>
snippet **
**${1:bold}**
snippet __
__${1:bold}__
snippet ===
`repeat('=', strlen(getline(line(".") - 1)) - strlen(getline('.')))`

Expand Down

0 comments on commit 3b1f079

Please sign in to comment.