Skip to content

Commit 97ce535

Browse files
authored
Merge pull request #193 from shuber2/markdown-heading-blockquote
2 parents 7f30b24 + 35f5cd1 commit 97ce535

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

neosnippets/markdown.snip

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
snippet heading
2+
alias section
3+
abbr # section heading
4+
options head
5+
# ${0}
6+
17
snippet link
28
abbr [link][]
39
options word
@@ -79,3 +85,8 @@ options head
7985
\`\`\`${1:#:language}
8086
${2:#:code }
8187
\`\`\`
88+
89+
snippet blockquote
90+
abbr quote block
91+
options head
92+
> ${0}

0 commit comments

Comments
 (0)