Skip to content

Commit

Permalink
added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenpuglia committed Jun 18, 2015
1 parent af580e4 commit d906218
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# GitHub Markdown Snippets
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.

##Usage
## Installation
- Clone the repository or download the [ZIP](https://github.com/praveenpuglia/github-markdown-snippets/archive/master.zip)
- Extract the archive
- Put it in your **Packages**( `Preferences > Browse Packages...` ) directory.

## Usage
Prefix an HTML tag you know with an **m** in your **.md** file and hit `TAB`. Examples -
- `mh1` - for Heading 1
- `mimg` - for an image
Expand Down Expand Up @@ -86,5 +91,6 @@ mtable // Table






0 comments on commit d906218

Please sign in to comment.