Changes between Version 4 and Version 5 of WikiProcessors
- Timestamp:
- Sep 24, 2024, 8:59:24 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v4 v5 1 1 = Wiki Processors 2 2 3 Processors are WikiMacros that provide alternative markup formats for the [TracWiki Wiki engine]. Processors can be thought of as ''macro functions to process user-edited text''. 3 Processors are WikiMacros that provide alternative markup formats for the [TracWiki Wiki engine]. Processors can be thought of as ''macro functions to process user-edited text''. 4 4 5 5 Wiki processors can be used in any Wiki text throughout Trac, such as: 6 6 - [#CodeHighlightingSupport syntax highlighting] or for rendering text verbatim 7 7 - rendering [#HTMLrelated Wiki markup inside a context] such as <div> or <span> blocks or within <td> or <th> table cells 8 - using an alternative markup syntax, like [WikiHtml raw HTML] and [WikiRestructuredText Restructured Text] or [http ://www.textism.com/tools/textile/textile]8 - using an alternative markup syntax, like [WikiHtml raw HTML] and [WikiRestructuredText Restructured Text] or [https://www.booked.net/textism.html textile] 9 9 10 10 == Using Processors … … 155 155 || '''`#!th`''' || Wrap wiki content inside a <th> element. (''since 0.12'') || 156 156 || '''`#!tr`''' || Can optionally be used for wrapping `#!td` and `#!th` blocks, either for specifying row attributes or better visual grouping. (''since 0.12'') || 157 || '''`#!table`''' || Can optionally be used for wrapping `#!tr`, `#!td` and `#!th` blocks, for specifying table attributes. One current limitation however is that tables cannot be nested. (''since 0.12'') || 157 || '''`#!table`''' || Can optionally be used for wrapping `#!tr`, `#!td` and `#!th` blocks, for specifying table attributes. One current limitation however is that tables cannot be nested. (''since 0.12'') || 158 158 || || See WikiHtml for example usage and more details about these processors. || 159 159 |||| || 160 160 ||||= '''Other Markups''' =|| 161 161 || '''`#!rst`''' || Trac support for Restructured Text. See WikiRestructuredText. || 162 || '''`#!textile`''' || Supported if [http ://cheeseshop.python.org/pypi/textile Textile] is installed. See [http://www.textism.com/tools/textile/a Textile reference]. ||162 || '''`#!textile`''' || Supported if [https://pypi.org/project/textile Textile] is installed. See [https://www.booked.net/textism.html a Textile reference]. || 163 163 |||| || 164 164 ||||= '''[=#CodeHighlightingSupport Code Highlighting Support]''' =||