Changes between Version 5 and Version 6 of WikiRestructuredText


Ignore:
Timestamp:
2023-12-28T13:06:05+01:00 (12 months ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiRestructuredText

    v5 v6  
    33== Introduction
    44
    5 Trac supports [https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html reStructuredText (RST)] as an alternative to wiki markup where WikiFormatting is used.
     5
     6Trac supports [http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html reStructuredText (RST)] as an alternative to wiki markup where WikiFormatting is used.
    67
    78From the reStucturedText webpage:
    89 "reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. reStructuredText is designed for extensibility for specific application domains."
    910
    10 If you want a file from your Subversion repository to be displayed as reStructuredText in the Trac source browser, set `text/x-rst` as the value for the Subversion property `svn:mime-type`, or add the extension `rst` to the filename. See [trac:source:branches/1.2-stable/INSTALL.rst this example].
     11If you want a file from your Subversion repository to be displayed as reStructuredText in the Trac source browser, set `text/x-rst` as the value for the Subversion property `svn:mime-type`, or add the extension `rst` to the filename. See [trac:source:branches/1.4-stable/INSTALL.rst this example].
    1112
    1213The examples will only be rendered as reStructuredText if docutils is installed. If Pygments is installed but docutils is not installed, the examples will be syntax-highlighted rather than rendered as reStructuredText.
     
    1819=== More information on RST
    1920
    20  * [https://docutils.sourceforge.io/rst.html reStructuredText Website]
    21  * [https://docutils.sourceforge.io/docs/user/rst/quickref.html RST Quick Reference]
     21 * [http://docutils.sourceforge.net/rst.html reStructuredText Website]
     22 * [http://docutils.sourceforge.net/docs/rst/quickref.html RST Quick Reference]
    2223
    2324== Using RST in Trac
    2425
    25 To specify that a block of text should be parsed using RST, use the ''rst'' processor. 
     26To specify that a block of text should be parsed using RST, use the ''rst'' processor.
    2627
    2728=== TracLinks in reStructuredText
     
    6566   }}}
    6667
    67  For a complete example of all uses of the `:trac:` role, see WikiRestructuredTextLinks. 
     68 For a complete example of all uses of the `:trac:` role, see WikiRestructuredTextLinks.
    6869
    6970=== Syntax highlighting in reStructuredText
     
    8283         def TestFunction(self):
    8384             pass
    84  
     85
    8586  }}}
    8687  }}}
     
    175176See also ticket `#42`:trac:.
    176177
    177 .. _webpage: https://docutils.sourceforge.io/rst.html
     178.. _webpage: http://docutils.sourceforge.net/rst.html
    178179}}}</pre>
    179180}}}
     
    203204See also ticket `#42`:trac:.
    204205
    205 .. _webpage: https://docutils.sourceforge.io/rst.html
     206.. _webpage: http://docutils.sourceforge.net/rst.html
    206207}}}
    207208}}}