Edgewall Software

Changes between Version 35 and Version 36 of WikiProcessors


Ignore:
Timestamp:
Sep 5, 2008, 10:52:32 AM (16 years ago)
Author:
Remy Blank
Comment:

Added the htmlcomment processor

Legend:

Unmodified
Added
Removed
Modified
  • WikiProcessors

    v35 v36  
    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].