We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af580e4 commit d906218Copy full SHA for d906218
README.md
@@ -1,7 +1,12 @@
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.
+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
4
-##Usage
+## 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
10
Prefix an HTML tag you know with an **m** in your **.md** file and hit `TAB`. Examples -
11
- `mh1` - for Heading 1
12
- `mimg` - for an image
@@ -86,5 +91,6 @@ mtable // Table
86
91
87
92
88
93
94
89
95
90
96
0 commit comments