Github Markdown Guide



Browse

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

2018/08/30 Markdown Guide (modified). GitHub Flavored Markdown, often shortened as GFM, is the dialect of Markdown that is currently supported for user content on GitHub.com and GitHub Enterprise. This formal specification, based on the CommonMark Spec, defines the syntax and semantics of this dialect.

Installs

  • Total9K
  • Win4K
  • Mac3K
  • Linux2K
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

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

Basic Writing And Formatting Syntax - GitHub Docs

Manual

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

Github Markdown Guide

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

and add the following in your settings file.

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:

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

List of Tab Triggers

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Headings

Bold Text

Italic Text

Put a nice, beautifulquote here…

Strike Through

Inline Code Snippet

  1. First Item
  2. Second Item
  3. Third Item
Markdown
  • I
  • Love
  • Markdown
Column 1Column 2
Cell 1-1Cell 1-2
Cell 2-1Cell 2-2