Changes between Version 4 and Version 5 of WikiProcessors
- Timestamp:
- Nov 13, 2011, 3:47:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v4 v5 88 88 * '''textile''' -- Supported if [http://cheeseshop.python.org/pypi/textile Textile] is installed. See [http://www.textism.com/tools/textile/ a Textile reference]. 89 89 * '''comment''' -- Do not process the text in this section (i.e. contents exist only in the plain text - not in the rendered page). 90 * '''diff''' -- Pretty print patches and diffs. 90 91 91 92 === Code Highlighting Support === … … 93 94 * '''c''' -- C 94 95 * '''cpp''' -- C++ 96 * '''csharp''' --- C# (''use #!text/x-csharp'') 95 97 * '''python''' -- Python 96 98 * '''perl''' -- Perl … … 130 132 131 133 == Advanced Topics: Developing Processor Macros == 132 Developing processors is no different from Wiki macros. In fact they work the same way, only the usage syntax differs. See TracWikiMacros for more information.134 Developing processors is no different from Wiki macros. In fact they work the same way, only the usage syntax differs. See WikiMacros for more information. 133 135 134 136 135 137 ---- 136 See also: TracWikiMacros, WikiHtml, WikiRestructuredText, TracSyntaxColoring, WikiFormatting, TracGuide138 See also: WikiMacros, WikiHtml, WikiRestructuredText, TracSyntaxColoring, WikiFormatting, TracGuide