Changes between Version 3 and Version 4 of WikiRestructuredTextLinks


Ignore:
Timestamp:
Apr 6, 2020, 3:35:21 AM (4 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiRestructuredTextLinks

    v3 v4  
    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