css/md
An h1 header
An h2 header
An h3 header
An h4 header
An h5 header
An h6 header
Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace
link. Itemized lists
look like:
- this one
- that one
- the other one
- first item
- second item
- third item
Block quotes are written like so.
They can span multiple paragraphs, if you like.
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., “it's all in chapters 12—14”). Three dots ... will be converted to an ellipsis. Unicode is supported. ☺
define foobar() {
print "Welcome to flavor country!";
}
import time
# Quick, count to ten!
for i in range(10):
# (but not *too* quick)
time.sleep(0.5)
print(i)
Images can be specified like so:
Inline math equation: $\omega = d\phi / dt$. Display math should get its own line like so:
$$I = \int \rho R^{2} dV$$
And note that you can backslash-escape any punctuation characters which you wish to be displayed literally, ex.: `foo`, *bar*, etc.