Edgewall Software

Changes between Version 10 and Version 11 of WikiProcessors


Ignore:
Timestamp:
Nov 16, 2004, 9:31:12 AM (19 years ago)
Author:
Juanma Barranquero
Comment:

Several fixes and clarifications.

Legend:

Unmodified
Added
Removed
Modified
  • WikiProcessors

    v10 v11  
    1313<pre class="wiki">{{{
    1414#!html
    15 <h1 style="color: orange">This is raw HTML</h1>
     15&lt;h1 style="color: orange"&gt;This is raw HTML&lt;/h1&gt;
    1616}}}</pre>
    1717}}}
     
    8181 * '''html''' -- Insert custom HTML in a wiki page. See WikiHtml.
    8282 * '''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 WikiTextile.
     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].
    8484
    8585=== Source Code Support ===
     
    9696'''Note:''' ''Trac relies on external software packages for syntax coloring. See TracSyntaxColoring for more info.''
    9797
    98 '''Note:''' ''When the patch for ticket #673 has been merged you can syntax-highlight the same languages that can be done when viewing source code. Just type in the mime-type as processor. The list of mime-types can be found in Mimeview.py.
     98By 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]).
    9999
    100 Then it will be possible for example to write
     100For example, you can write:
    101101
    102102{{{
    103103{{{
    104104#!text/html
    105 <h1> text <\h1>
     105<h1>text</h1>
    106106}}}
    107107}}}