close
Warning:
Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.
- Timestamp:
-
2021-07-11T14:17:48-07:00 (3 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
24 | 24 | == Using RST in Trac |
25 | 25 | |
26 | | To specify that a block of text should be parsed using RST, use the ''rst'' processor. |
| 26 | To specify that a block of text should be parsed using RST, use the ''rst'' processor. |
27 | 27 | |
28 | 28 | === TracLinks in reStructuredText |
… |
… |
|
66 | 66 | }}} |
67 | 67 | |
68 | | For a complete example of all uses of the `:trac:` role, see WikiRestructuredTextLinks. |
| 68 | For a complete example of all uses of the `:trac:` role, see WikiRestructuredTextLinks. |
69 | 69 | |
70 | 70 | === Syntax highlighting in reStructuredText |
… |
… |
|
83 | 83 | def TestFunction(self): |
84 | 84 | pass |
85 | | |
| 85 | |
86 | 86 | }}} |
87 | 87 | }}} |