Changes between Version 1 and Version 2 of WikiProcessors
- Timestamp:
- 03/20/09 12:02:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v1 v2 85 85 * '''div''' -- Wrap an arbitrary Wiki content in a <div> element (''since 0.11''). See WikiHtml. 86 86 * '''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. 87 88 * '''rst''' -- Trac support for Restructured Text. See WikiRestructuredText. 88 89 * '''textile''' -- Supported if [http://cheeseshop.python.org/pypi/textile Textile] is installed. See [http://www.textism.com/tools/textile/ a Textile reference].