File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# GitHub Markdown Snippets
2
- Helpful snippets to get you started with GitHub flavored Markdown by letting you type the plain old HTML tag names with a twist .
2
+ Helpful Sublime Text snippets to get you started with GitHub flavored Markdown by letting you type the plain old HTML tag names with a prefix .
3
3
4
- ##Usage
4
+ ## Installation
5
+ - Clone the repository or download the [ ZIP] ( https://github.com/praveenpuglia/github-markdown-snippets/archive/master.zip )
6
+ - Extract the archive
7
+ - Put it in your ** Packages** ( ` Preferences > Browse Packages... ` ) directory.
8
+
9
+ ## Usage
5
10
Prefix an HTML tag you know with an ** m** in your ** .md** file and hit ` TAB ` . Examples -
6
11
- ` mh1 ` - for Heading 1
7
12
- ` mimg ` - for an image
@@ -86,5 +91,6 @@ mtable // Table
86
91
87
92
88
93
94
+
89
95
90
96
You can’t perform that action at this time.
0 commit comments