Markdown cheat sheet used for github. Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown’s forma ing syntax. This is intended as a quick reference and showcase. For more complete info, see John Gruber's original spec and the Github-flavored Markdown info page. Note that there is also a Cheatsheet specific to Markdown Here if that's what you're looking for.
##Heading
#H1##H2######H6
##Emphasis
Italics is asterisks or underscores.Strong is asterisks of underscores.
##Lists
Lezhin
com*ul
number doesn't matter
ol
anotherindented paragraphs
hello world
- Unordered List with asterisks
- or minuses
- or pluses
##Links
Or leave it empty and use the link text itself(opens new window)
Some text to show that the reference links can follow later.
# Image
Inline-style:
Reference-style:
##Code Highlighting
##Tables
Colons can be used to align columns.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty |
---|---|---|
Still | renders | nicely |
1 | 2 | 3 |
##Blockquotes
Blockquotes haha.Second line.
#Refer
http://www.emoji-cheat-sheet.com/
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
http://plaintext-productivity.net/2-04-how-to-set-up-sublime-text-for-markdown-editing.html
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.
Github Markdown Cheatsheet
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
- First order list item
- Second item
- Unordered list can use asterisks
- Or minuses
- Or pluses
Code Blocks
Github Markdown Cheatsheet
Table
Markdown Cheat Sheet
Table 1: With Alignment
Tables | for | Markdown |
---|---|---|
col 3 is | right-aligned | ok? |
col 2 is | centered | Got it? |
col 1 is | left-aligned | Alright!!! |
Table 2: With Typography Elements
Another | table | here |
---|---|---|
I | am | row |
1 | two | III |
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
Footnote number one. ↩
A footnote you can link to - click here!↩
Please enable JavaScript to view the comments powered by Disqus.