Change - reStructuredText

Created on Oct. 25, 2012, 2:46 p.m. by Hevok & updated on Oct. 26, 2012, 11:01 a.m. by Hevok

reStructured ¶
¶
================ ¶
reStructuredText ¶
================ ¶
¶
¶
Abstract ¶
======== ¶
¶
reStructuredText (reST, ReST, rst) is the superior lightweight markup language designed to be both (a) precessible by machines (Denigma) and (b) easy readable by humans. ¶
¶
¶
Headings: ¶
¶
:: ¶
¶
Header ¶
====== ¶
¶
Subsection header ¶
----------------- ¶
¶
Header ¶
====== ¶
¶
Subsection header ¶
----------------- ¶
¶
| ¶
¶
**Lists:** ¶
¶
:: ¶
¶
- A bullet list item ¶
- Second item ¶
¶
- A sub item ¶
¶
- Third item ¶
¶
¶
- A bullet list item ¶
- Second item ¶
¶
- A sub item ¶
¶
- Third item ¶
¶
:: ¶
¶
1) An enumerated list item ¶
2) Second item ¶
¶
a) Sub item ¶
¶
i) Sub-sub item ¶
¶
3) Third item ¶
¶
¶
1) An enumerated list item ¶
2) Second item ¶
¶
a) Sub item ¶
¶
i) Sub-sub item ¶
¶
3) Third item ¶
¶
:: ¶
¶
#) Another enumerated list item ¶
#) Second item ¶
¶
#) Another enumerated list item ¶
#) Second item ¶
¶
| ¶
¶
**Images:** ¶
¶
:: ¶
¶
.. image:: http://dgallery.s3.amazonaws.com/rst.png &para]
¶
.. image:: http://dgallery.s3.amazonaws.com/rst.png &para]
¶
| ¶
¶
**Named links:** ¶
¶
:: ¶
¶
A sentence with links to denigma_ and the `reStructured Text reference`_. ¶
¶
.. _denigma: http://www.denigma.de &para]
.. _reStructured Text reference: http://docutils.sourceforge.net/docs/user/rst/quickref.html= &para]
¶
A sentence with links to denigma_ and the `reStructured Text reference`_. ¶
¶
.. _denigma: http://www.denigma.de &para]
.. _reStructured Text reference: http://docutils.sourceforge.net/docs/user/rst/quickref.html &para]
¶
| ¶
¶
**Anonymous links:** ¶
¶
Another sentence with an `anonymous link to the Python website`__
. ¶
¶
__ http:/www.python.org/ ¶
¶
Note: Named links and anonymous links enclose text in grave accents (`), and not in apostrophes ('). ¶
**Code blocks:** ¶
¶
:: ¶
:: ¶
¶
.. code-block:: python ¶
¶
print("Hello world") ¶
¶
.. code-block:: python ¶
¶
print("Hello world") ¶

Docutils System Messages

System Message: ERROR/3 (, line 136); backlink

Anonymous hyperlink mismatch: 1 references but 0 targets. See "backrefs" attribute for IDs.

System Message: ERROR/3 (, line 3); backlink

Unknown target name: "denigma".

System Message: ERROR/3 (, line 3); backlink

Unknown target name: "restructured text reference".

System Message: ERROR/3 (, line 3); backlink

Unknown target name: "denigma".

System Message: ERROR/3 (, line 3); backlink

Unknown target name: "restructured text reference".

Comment: Updated entry

Comment on This Data Unit