Skip to content

Commit 4de1842

Browse files
committed
added package control installation instructions.
1 parent d906218 commit 4de1842

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22
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.
33

44
## Installation
5+
6+
### Via Package Control
7+
The easiest way is to install it via [Package Control](https://packagecontrol.io/).
8+
9+
- Go to **Command Palette**
10+
- Select **Package Control : Install Package**
11+
- Search for **Github Markdown Snippets**
12+
13+
### Manual
14+
515
- Clone the repository or download the [ZIP](https://github.com/praveenpuglia/github-markdown-snippets/archive/master.zip)
616
- Extract the archive
717
- Put it in your **Packages**( `Preferences > Browse Packages...` ) directory.
818

919
## Usage
10-
Prefix an HTML tag you know with an **m** in your **.md** file and hit `TAB`. Examples -
20+
Prefix an HTML tag you know with an **m** in your **.md** file and hit `TAB`. Examples :
21+
1122
- `mh1` - for Heading 1
1223
- `mimg` - for an image
1324
- `ma` - for a link
1425
- `mtable` - for a table
26+
1527
and so on...
1628

1729
Long tags like `blockquote` are shortened for power use.

0 commit comments

Comments
 (0)