Github Cheat Sheet Markdown



Markdown Cheatsheet for Github Readme.md. Contribute to emrebilal/markdown-cheatsheet development by creating an account on GitHub. Let’s create a collection of cheat sheets. First, you need a repository. It’s possible to create one directly on GitHub. In the creating-options, select that you want to have a README.md. This Markdown will serve as the start page. Now you can populate the repository to work on it locally.

Github Cheat Sheet Markdown

This is Markdown Cheatsheet for MAD4Jekyll, this Jekyll theme. Please check the raw content of this file for the markdown usage.

Typography Elements

This is a paragraph. This text is bolded. This text is normal! This text is italic. We can also combine them. A highlighted code looks like ThisIsMyCode(). This text is a hyperlink or http://www.example.com.

Headings H1 to H6

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Footnote

If you have some text that you want to refer with a footnote, do as follows. This is an example for the footnote number one 1. Add more footnotes, with link. 2

Blockquote

The roots of education are bitter, but the fruit is sweet. –Aristotle

List Items

  1. First order list item
  2. Second item
  • Unordered list can use asterisks
  • Or minuses
  • Or pluses

Code Blocks

Table

Table 1: With Alignment

TablesforMarkdown
col 3 isright-alignedok?
col 2 iscenteredGot it?
col 1 isleft-alignedAlright!!!

Table 2: With Typography Elements

Anothertablehere
Iamrow
1twoIII
Cheat

Horizontal Line

The HTML <hr> element is for creating a “thematic break” between paragraph-level elements. In markdown, you can create a <hr> with any of the following:

  • ___: three consecutive underscores
  • ---: three consecutive dashes
  • ***: three consecutive asterisks

renders to:


Media

YouTube Embedded Iframe


Image


For a more detailed syntax with Markdown, please visit DaringFireball.net

Image Source: UNSPLASH
  1. Footnote number one. ↩

  2. A footnote you can link to - click here!↩

Github Cheat Sheet Markdown Download


Github Markup Cheat Sheet

Please enable JavaScript to view the comments powered by Disqus.

Github Flavored Markdown Cheat Sheet