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!";
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!";
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$//'\'')"'`
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
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.
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 putMarkdown into a blockquote.
> 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, , is an 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:
So neat!
Some long block function:
The following function: {% mathjax '{ "conversion": { "display": true } }' %}x = {-b \pm \sqrt{b^2-4ac} \over 2a}{% endmathjax %} can be used to calculate the two roots of a trinomial function: {% mathjax '{ "conversion": { "display": true } }' %}ax^2 + bx + c = 0{% endmathjax %} So neat!