- Notifications
You must be signed in to change notification settings - Fork14
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
praveenpuglia/github_markdown_snippets
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Helpful Sublime Text snippets to get you started with GitHub flavored Markdown by letting you type the plain old HTML tags.
The easiest way is to install it viaPackage Control.
- Go toCommand PaletteCtrl +Shift +P or⌘ +Shift +P
- SelectPackage Control : Install Package
- Search forGithub Markdown Snippets
- Clone the repository or download theZIP
- Extract the archive
- Put it in yourPackages(
Preferences > Browse Packages...) directory.
If you have Emmet installed, tab triggers may not function as expected due tothis.
To get around the problem, go to
Preferences > Package Settings > Emmet > User Settingsand add the following in your settings file.
{ "disable_tab_abbreviations_for_scopes": "text.html.markdown"}This should let markdown snippets take precedence over emmet's tab to expand abbreviations feature and provide correct snippets.
Note that any tab trigger not set by this plugin will be converted to HTML tags which is convenient for peoplewho want to use HTML tags inside Markdown files.
A consolidated guide is availablehere.
Type a tag name and hit tab. That's it!
❄️ Long tags likeblockquote are shortened for power use.
h1 // Heading 1h2 // Heading 2h3 // Heading 3h4 // Heading 4h5 // Heading 5h6 // Heading 6b // Boldi // Italicbq // Blockquotestrike // Strikeouthr // Horizontal Rule, DividerBold Text
Italic Text
Put a nice, beautifulquote here...
Strike Through
code // Inline Codepre // Code Block with language based highlighting.Inline Code Snippet
varmessage="Code Block";alert(message);
a // Anchorimg // Imageol // Ordered Listul // Unordered Listtable // Table- First Item
- Second Item
- Third Item
- I
- Love
- Markdown
| Column 1 | Column 2 |
|---|---|
| Cell 1-1 | Cell 1-2 |
| Cell 2-1 | Cell 2-2 |
About
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
