Edgewall Software

Changes between Version 2 and Version 3 of 1.3/WikiRestructuredText


Ignore:
Timestamp:
Oct 15, 2019, 6:28:18 AM (5 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/WikiRestructuredText

    v2 v3  
    1010 "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."
    1111
    12 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.4-stable/INSTALL.rst this example].
     12If 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].
    1313
    1414The 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.
     
    2525== Using RST in Trac
    2626
    27 To specify that a block of text should be parsed using RST, use the ''rst'' processor. 
     27To specify that a block of text should be parsed using RST, use the ''rst'' processor.
    2828
    2929=== TracLinks in reStructuredText
     
    6767   }}}
    6868
    69  For a complete example of all uses of the `:trac:` role, see WikiRestructuredTextLinks. 
     69 For a complete example of all uses of the `:trac:` role, see WikiRestructuredTextLinks.
    7070
    7171=== Syntax highlighting in reStructuredText
     
    8484         def TestFunction(self):
    8585             pass
    86  
     86
    8787  }}}
    8888  }}}