Changes between Version 2 and Version 3 of WikiRestructuredTextLinks
- Timestamp:
- Nov 26, 2022, 2:16:52 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiRestructuredTextLinks
v2 v3 1 1 = TracLinks in reStructuredText = 2 [[TracGuideToc]] 2 3 3 4 This document illustrates how to use the `:trac:` role in [http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html reStructuredText]. The page is written like: 4 5 5 6 {{{ 6 {{{ 7 #!rst 7 {{{#!rst 8 8 Examples: 9 9 … … 29 29 Provided you have [http://docutils.sourceforge.net/ docutils] installed, the above block will render as: 30 30 ---- 31 {{{ 32 #!rst 31 {{{#!rst 33 32 Examples: 34 33 … … 54 53 Note that the above could have been written using substitution references and the `trac::` directive: 55 54 {{{ 56 {{{ 57 #!rst 55 {{{#!rst 58 56 See |ticket123|. 59 57 … … 65 63 ---- 66 64 67 {{{ 68 #!rst 65 {{{#!rst 69 66 See |ticket123|. 70 67