File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 22Helpful 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+
1527and so on...
1628
1729Long tags like ` blockquote ` are shortened for power use.
You can’t perform that action at this time.
0 commit comments