Markdown Cheat Sheet Github



GitHub Cheatsheet Markdown Cheatsheet Glossary Course template explained How to use Google Analytics Resources SAPUI5 SDK Next module: feedback Markdown Cheatsheet. Let’s say you have text that you want to refer with a footnote, you can do that too! This is an example for the footnote number one.You can even add more footnotes, with link!

Typography Elements in One

Let’s start with a informative paragraph. This text is bolded. But not this one! How about italic text? Cool right? Ok, let’s combine them together. Yeah, that’s right! I have code to highlight, so ThisIsMyCode(). What a nice! Good people will hyperlink away, so here we go or http://www.example.com.

Headings H1 to H6

Github

H2 Heading

Markdown cheat sheet github download

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Footnote

Let’s say you have text that you want to refer with a footnote, you can do that too! This is an example for the footnote number one [1]. You can even add more footnotes, with link! [2]

Blockquote

Start by doing what’s necessary; then do what’s possible; and suddenly you are doing the impossible. –Francis of Assisi

NOTE: This theme does NOT support nested blockquotes.

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

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

Table 2: With Typography Elements

MarkdownLessPretty
Stillrendersnicely
123

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
CheatCheat

renders to:

Media

Markdown

YouTube Embedded Iframe

Image

Footnote:

Markdown Syntax Cheat Sheet

The
  1. 1: Footnote number one yeah baby! ↩

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