ReStructuredText
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(displaytitle) |
||
Line 4: | Line 4: | ||
|extensions={{ext|rst}} | |extensions={{ext|rst}} | ||
}} | }} | ||
+ | {{DISPLAYTITLE:reStructuredText}} | ||
+ | |||
'''reStructuredText''' is a text [[markup]] format with the file ending of .rst. It was created as part of the [[Python]] docutils project and is often used in that community. The reStructuredText specification has been released into the public domain and is available at its [http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.txt original location] or at [[reStructuredText/spec]]. | '''reStructuredText''' is a text [[markup]] format with the file ending of .rst. It was created as part of the [[Python]] docutils project and is often used in that community. The reStructuredText specification has been released into the public domain and is available at its [http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.txt original location] or at [[reStructuredText/spec]]. | ||
== Utilities == | == Utilities == | ||
* [http://johnmacfarlane.net/pandoc/ Pandoc: Document format conversion swiss-army knife] | * [http://johnmacfarlane.net/pandoc/ Pandoc: Document format conversion swiss-army knife] |
Latest revision as of 20:25, 23 April 2015
reStructuredText is a text markup format with the file ending of .rst. It was created as part of the Python docutils project and is often used in that community. The reStructuredText specification has been released into the public domain and is available at its original location or at reStructuredText/spec.