reST issues
Issues with the reStructured Text rendering in docutils.
A headline
interpreted text
backticks for this
Another headline
Blockquotes look like this...
And a paragraph.
This should be blockquoted
This should be blockquote with two levels
Let's show a table that doesn't work too:
===== ===== ====== Inputs Output ------------ ------ A B A or B ===== ===== ====== False False False True False True False True True True True True ===== ===== ======
And a horizontal ruler element...
There it is.
Auto-symbol footnotes are also possible, like this: [*] and [†].
| [*] | This is the first one. |
| [†] | This is the second one. |
:Author list: Tony J. (Tibs) Ibbs, David Goodger (and sundry other good-natured folks)
| Version: | 1.0 of 2001/08/08 |
|---|---|
| Dedication: | To my father. |
I can't get code examples working either - showing code example (literal block)
Whitespace, newlines, blank lines, and all kinds of markup (like this or this) is preserved by literal blocks.
The paragraph containing only '::' will be omitted from the result.