Changes between Version 1 and Version 2 of WikiProcessors
- Timestamp:
- 09/16/05 00:03:53 (21 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v1 v2 81 81 * '''html''' -- Insert custom HTML in a wiki page. See WikiHtml. 82 82 * '''rst''' -- Trac support for Restructured Text. See WikiRestructuredText. 83 * '''textile''' -- Initial support as of aug 2, 2004. See [http://projects.edgewall.com/trac/ticket/593 ticket 593] and [http://dealmeida.net/projects/textile/ Textile].83 * '''textile''' -- Supported if [http://dealmeida.net/projects/textile/ Textile] is installed. 84 84 85 85 === Source Code Support === … … 96 96 '''Note:''' ''Trac relies on external software packages for syntax coloring. See TracSyntaxColoring for more info.'' 97 97 98 By using the mime-type as processor, it is posible to syntax-highlight the same languages that are supported when browsing source code. (The list of mime-types can be found in [source:trunk/trac/Mimeview.py Mimeview.py]).98 By using the mime-type as processor, it is posible to syntax-highlight the same languages that are supported when browsing source code. 99 99 100 100 For example, you can write:
