We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19bca3 commit 1ab7aa7Copy full SHA for 1ab7aa7
snippets/markdown-mode/h3
@@ -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
+# name: Header 4
+# key: h4
+#### ${1:Header 4}
0 commit comments