1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# Header {@id=inthebeginning}
Now, let's try something *inline{@class=special}*, to see if it works
Blah blah blah <http://www.slashdot.org>
* Basic list
* Basic list 2
addss
* Lazy list
An [example][ref] (oops)
[ref]: http://example.com "Title"
Now, let's use a footnote[^1]. Not bad, eh?
Let's continue.
[^1]: Here is the text of the footnote
continued on several lines.
some more of the footnote, etc.
Actually, another paragraph too.
And then there is a little bit of text.
|