Changes between Version 2 and Version 3 of Wiki Restructured Text Links


Ignore:
Timestamp:
Oct 25, 2020, 10:52:22 PM (3 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wiki Restructured Text Links

    v2 v3  
    11= TracLinks in reStructuredText =
     2[[TracGuideToc]]
    23
    34This document illustrates how to use the `:trac:` role in [http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html reStructuredText]. The page is written like:
    45
    56{{{
    6 {{{
    7 #!rst
     7{{{#!rst
    88Examples:
    99
     
    2929Provided you have [http://docutils.sourceforge.net/ docutils] installed, the above block will render as:
    3030----
    31 {{{
    32 #!rst
     31{{{#!rst
    3332Examples:
    3433
     
    5453Note that the above could have been written using substitution references and the `trac::` directive:
    5554{{{
    56 {{{
    57 #!rst
     55{{{#!rst
    5856See |ticket123|.
    5957
     
    6563----
    6664
    67 {{{
    68 #!rst
     65{{{#!rst
    6966See |ticket123|.
    7067