ReStructuredText

From Free net encyclopedia

Revision as of 12:09, 23 February 2006; view current revision
←Older revision | Newer revision→

Template:Lowercase

reStructuredText is a lightweight markup language intended to be highly readable in source format. The reStructuredText parser is a component of the Docutils text processing framework, which is implemented in the Python programming language.

reStructuredText is sometimes abbreviated as RST, reST, or ReST.

Examples of markup

Headers:

Section Header
==============

Subsection Header
-----------------

Lists:

- 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

Named links:

A sentence with links to Google_ and the `Linux kernel archive`_.

.. _Google: http://www.google.com/
.. _Linux kernel archive: http://www.kernel.org/

Anonymous links:

Another sentence with an `anonymous link to the Python website`__.

__ http://www.python.org/

See also

External links

Template:Compu-lang-stubde:ReStructuredText