Changes between Version 4 and Version 5 of WikiProcessors
- Timestamp:
- 10/14/06 02:56:31 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v4 v5 116 116 117 117 == Advanced Topics: Developing Processor Macros == 118 Developing processors is no different thanWikiMacros. In fact they work the same way, only the usage syntax differs. See WikiMacros for more information.118 Developing processors is no different from WikiMacros. In fact they work the same way, only the usage syntax differs. See WikiMacros for more information. 119 119 120 120 '''Example:''' (''Restructured Text Processor''): 121 121 {{{ 122 #!python 122 123 from docutils.core import publish_string 123 124