Changes between Version 2 and Version 3 of WikiRestructuredText
- Timestamp:
- Jun 17, 2013, 1:35:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiRestructuredText
v2 v3 26 26 === reStructuredText における TracLinks === #TracLinksinreStructuredText 27 27 28 * Trac は RST テキストの中で TracLinks が可能になる、 RST のディレクティブ 'trac' を提供しています 。28 * Trac は RST テキストの中で TracLinks が可能になる、 RST のディレクティブ 'trac' を提供しています 29 29 ||= Wiki マークアップ ||= 表示 || 30 30 {{{#!td … … 47 47 }}} 48 48 49 * Trac は RST で TracLinks を簡単に作成できるように、 `:trac:` というロールを予約しています 。49 * Trac は RST で TracLinks を簡単に作成できるように、 `:trac:` というロールを予約しています 50 50 ||= Wiki マークアップ ||= 表示 || 51 51 {{{#!td … … 88 88 def TestFunction(self): 89 89 pass 90 90 91 91 }}} 92 92 }}} … … 135 135 }}} 136 136 137 137 `:code-block:` を使って、より簡素な構文でも Wiki マクロを利用できます: 138 138 139 139 ||= Wiki マークアップ ||= 表示 || … … 184 184 ------------------ 185 185 186 チケット `[ http://trac.edgewall.org/ticket/42#42]`:trac: のように使用します。186 チケット `[trac:#42]`:trac: のように使用します。 187 187 188 188 .. _webpage: http://docutils.sourceforge.net/rst.html … … 213 213 ------------------ 214 214 215 チケット `[ http://trac.edgewall.org/ticket/42#42]`:trac: のように使用します。215 チケット `[trac:#42]`:trac: のように使用します。 216 216 217 217 .. _webpage: http://docutils.sourceforge.net/rst.html