Theme Reference
Refer to the John Gruber Daring Fireball document, Github Markdown Cheatsheet, and current CommonMark specification for more details.
Headers
These are ATX-Style headers, level 1.
H2
Content at level 2.
H3
Content at level 3.
H4
Content at level 4.
H5
Content at level 5.
H6
Content at level 6.
Alternatively, for H1 and H2, an underline-ish style:
Alternate H1 Header
These are Setext style headers. Level 1.
Alt-H2
Setext style headers only support H1 and H2.# Headers
These are [ATX-Style headers](http://www.aaronsw.com/2002/atx/intro), level 1.
## H2
Content at level 2.
### H3
Content at level 3.
#### H4
Content at level 4.
##### H5
Content at level 5.
###### H6
Content at level 6.
Alternatively, for H1 and H2, an underline-ish style:
Alternate H1 Header
===================
These are [Setext](https://en.wikipedia.org/wiki/Setext) style headers. Level 1.
Alt-H2
------
Setext style headers only support H1 and H2.
Phrase Emphasis
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
Lists
Unordered Lists
- Candy.
- Gum.
- Booze.
- Candy.
- Gum.
- Booze.
- Candy.
- Gum.
- Booze.
|
Ordered Lists
- Red
- Blue
- Green
|
Multi-Paragraph
A list item.
With multiple paragraphs.
Another item in the list.
|
Nested Lists
- Root
- Child
- Leaf
- Leaf
- Child
|
Links
Inline
This is an example link.This is an [example link](http://example.com/).
Reference
I get 10 times more traffic from Google than from
Yahoo or MSN.I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
Images
Inline
 
Reference
![UDIA Inverse 64x64][udia-inverse-64]
![UDIA 64x64][udia-64]
[udia-inverse-64]: https://media.udia.ca/logo/logo-inverse-64x64.png "UDIA"
[udia-64]: https://media.udia.ca/logo/logo-64x64.png "UDIA"
Code
I strongly recommend against using any <blink>
tags.
I wish SmartyPants used named entities like —
instead of decimal-encoded entites like —
.
If you want your page to validate under XHTML 1.0 Strict,
you’ve got to put paragraph tags in your blockquotes:
<blockquote>
<p>For example.</p>
</blockquote>
|
Code tags are very neat!
This is a very long code tag.v^j*oHq!jJ#pQ^#*#ATGnu6y9j8AvL5tJofLQL6XRmKDenWna&VpR5^!mC$dG9FJHuxhVcFnV!bpu&hdGF!2tS8YGwRQkiBSP2My
This is a long code tag with spaces.alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
I strongly recommend against using any `<blink>` tags.
I wish SmartyPants used named entities like `—`
instead of decimal-encoded entites like `—`.
If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:
<blockquote>
<p>For example.</p>
</blockquote>
echo "Hello world!";
|
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 |
There must be at least 3 dashes separating each header cell.
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 |
Showcasing the width overflow functionality (for mobile devices).
Longer | Tables | Still | Overflow | Nicely! | Have | Some | Useful | Music | Mnemonics |
---|---|---|---|---|---|---|---|---|---|
Every | Good | Boy | Deserves | Fruit | Grizzly | Bears | Don’t | Fly | Airplanes |
|
Blockquotes
Blockquotes are very handy in email to emulate reply text.
This line is part of the same quote.
Quote break.
This is a very long line that will still be quoted properly when it wraps. Oh boy let’s keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.
|
MathJax
Inline
The pythagorean theorm,
equation about the three sides of a right triangle.
A long inline function The pythagorean theorm, {% mathjax %}a^2 + b^2 = c^2{% endmathjax %}, is an
equation about the three sides of a right triangle.
Block
The following function:
can be used to calculate the two roots of a trinomial function:
Some long block function:
|