Skip to content

Commit 1ab7aa7

Browse files
committed
Add custom markdown header snippets
1 parent a19bca3 commit 1ab7aa7

File tree

2 files changed

+16
-0
lines changed
  • snippets/markdown-mode

2 files changed

+16
-0
lines changed

snippets/markdown-mode/h3

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# -*- mode: snippet -*-
2+
# name: Header 3
3+
# contributor: Aaron Bieber <[email protected]>
4+
# key: h3
5+
# --
6+
### ${1:Header 3}
7+
8+
$0

snippets/markdown-mode/h4

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# -*- mode: snippet -*-
2+
# name: Header 4
3+
# contributor: Aaron Bieber <[email protected]>
4+
# key: h4
5+
# --
6+
#### ${1:Header 4}
7+
8+
$0

0 commit comments

Comments
 (0)