Changes between Version 2 and Version 3 of WikiProcessors


Ignore:
Timestamp:
Dec 2, 2009, 12:08:19 AM (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiProcessors

    v2 v3  
    8585 * '''div''' -- Wrap an arbitrary Wiki content in a <div> element (''since 0.11''). See WikiHtml.
    8686 * '''span''' -- Wrap an arbitrary Wiki content in a <span> element (''since 0.11''). See also WikiHtml.
     87 * '''htmlcomment''' -- Insert an HTML comment in a wiki page (''since 0.12''). See WikiHtml.
    8788 * '''rst''' -- Trac support for Restructured Text. See WikiRestructuredText.
    8889 * '''textile''' -- Supported if [http://cheeseshop.python.org/pypi/textile Textile] is installed. See [http://www.textism.com/tools/textile/ a Textile reference].
    8990 * '''comment''' -- Do not process the text in this section (i.e. contents exist only in the plain text - not in the rendered page).
     91 * '''diff''' -- Pretty print patches and diffs.
    9092
    9193=== Code Highlighting Support ===
     
    9395 * '''c''' -- C
    9496 * '''cpp''' -- C++
     97 * '''csharp''' --- C# (''use #!text/x-csharp'')
    9598 * '''python''' -- Python
    9699 * '''perl''' -- Perl