Github Markdown Html



Browse

GitHub flavored Markdown with plain'ol HTML knowledge! Boom!

Installs

  • Total9K
  • Win4K
  • Mac3K
  • Linux2K

A protip by projectcleverweb about ruby, php, python, css, open source, markdown, design, protip, html, and github. Convert your markdown to HTML in one easy step - for free!

Apr 23Apr 22Apr 21Apr 20Apr 19Apr 18Apr 17Apr 16Apr 15Apr 14Apr 13Apr 12Apr 11Apr 10Apr 9Apr 8Apr 7Apr 6Apr 5Apr 4Apr 3Apr 2Apr 1Mar 31Mar 30Mar 29Mar 28Mar 27Mar 26Mar 25Mar 24Mar 23Mar 22Mar 21Mar 20Mar 19Mar 18Mar 17Mar 16Mar 15Mar 14Mar 13Mar 12Mar 11Mar 10Mar 9
Windows0010011001021000100110010100222100211131012010
Mac1121201120100010000001010000000200012010000100
Linux0000100101011101000010001003011001001001200201

Readme

Source
raw.​githubusercontent.​com

Helpful Sublime Text snippets to get you started with GitHub flavored Markdown by letting you type the plain old HTML tags.

Installation

Github Markdown Html Css

Via Package Control

The easiest way is to install it via Package Control.

  • Go to Command PaletteCtrl + Shift + P or + Shift + P
  • Select Package Control : Install Package
  • Search for Github Markdown Snippets

Manual

  • Clone the repository or download the ZIP
  • Extract the archive
  • Put it in your Packages( Preferences > Browse Packages... ) directory.

Using with Emmet

If you have Emmet installed, tab triggers may not function as expected due to this.

To get around the problem, go to

Github

and add the following in your settings file.

Github markdown html style

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.

Usage

A consolidated guide is available here.

Type a tag name and hit tab. That's it! :relaxed:

Github Markdown Html Image

:snowflake: Long tags like blockquote are shortened for power use.

List of Tab Triggers

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Bold Text

Italic Text

Put a nice, beautifulquote here…

Strike Through

Inline Code Snippet

  1. First Item
  2. Second Item
  3. Third Item

Github Markdown Html Style

  • I
  • Love
  • Markdown
Column 1Column 2
Cell 1-1Cell 1-2
Cell 2-1Cell 2-2