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 11# 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 .
33
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
510Prefix an HTML tag you know with an ** m** in your ** .md** file and hit ` TAB ` . Examples -
611- ` mh1 ` - for Heading 1
712- ` mimg ` - for an image
@@ -86,5 +91,6 @@ mtable // Table
8691
8792
8893
94+
8995
9096
You can’t perform that action at this time.
0 commit comments