Changes between Version 8 and Version 9 of WikiProcessors
- Timestamp:
- 11/09/21 13:33:56 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v8 v9 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: … … 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 |||| ||