Changes between Version 1 and Version 2 of WikiRestructuredText
- Timestamp:
- 09/22/09 19:38:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WikiRestructuredText
v1 v2 24 24 === TracLinks in reStructuredText === 25 25 26 * Trac provides a custom RST reference-directive 'trac'to allow TracLinks from within RST text.26 * Trac provides a custom RST directive `trac::` to allow TracLinks from within RST text. 27 27 28 28 Example: … … 36 36 }}} 37 37 38 For a complete example of all uses of the ''trac''-directive, please see WikiRestructuredTextLinks. 39 40 41 * Trac allows an even easier way of creating TracLinks in RST, using the custom '':trac:'' link naming scheme. 38 * Trac allows an even easier way of creating TracLinks in RST, using the custom `:trac:` role. 42 39 43 40 Example: … … 51 48 }}} 52 49 50 For a complete example of all uses of the `:trac:` role, please see WikiRestructuredTextLinks. 51 52 53 53 === Syntax highlighting in reStructuredText === 54 54 55 There is a directive for doing TracSyntaxColoring in R eST as well. The directive is called55 There is a directive for doing TracSyntaxColoring in RST as well. The directive is called 56 56 code-block 57 57 … … 88 88 === Wiki Macros in reStructuredText === 89 89 90 For doing [WikiMacros Wiki Macros] in R eST you use the same directive as for syntax highlighting i.e90 For doing [WikiMacros Wiki Macros] in RST you use the same directive as for syntax highlighting i.e 91 91 code-block. To work you must use a version of trac that has [trac:ticket:801 #801] applied. 92 92 … … 118 118 }}} 119 119 120 === Bigger R eST Example ===120 === Bigger RST Example === 121 121 The example below should be mostly self-explanatory: 122 122 {{{