Changes between Version 1 and Version 2 of WikiRestructuredText
- Timestamp:
- 2008-02-26T19:44:04Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiRestructuredText
v1 v2 84 84 }}} 85 85 86 === Wiki Macros in reStructuredText ===86 === Wiki Macros in reStructuredText === 87 87 88 For doing WikiMacros in ReST you use the same directive as for syntax highlightning i.e88 For doing [TracWikiMacros Wiki Macros] in ReST you use the same directive as for syntax highlighting i.e 89 89 code-block. To work you must use a version of trac that has #801 applied. 90 90 91 === Wiki Macro Example ===91 === Wiki Macro Example === 92 92 93 93 {{{ … … 103 103 }}} 104 104 105 Will result in the below .105 Will result in the below: 106 106 107 [[HelloWorld(Something I wanted to say)]]107 [[HelloWorld(Something I wanted to say)]] 108 108 109 Or a more concise WikiMacro like syntax is also available: 110 111 {{{ 112 {{{ 113 #!rst 114 115 :code-block:`HelloWorld:Something I wanted to say` 116 }}} 117 }}} 109 118 110 119 === Bigger ReST Example ===