Changes between Version 4 and Version 5 of WikiProcessors


Ignore:
Timestamp:
10/14/06 02:56:31 (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiProcessors

    v4 v5  
    116116
    117117== Advanced Topics: Developing Processor Macros ==
    118 Developing processors is no different than WikiMacros. In fact they work the same way, only the usage syntax differs. See WikiMacros for more information.
     118Developing processors is no different from WikiMacros. In fact they work the same way, only the usage syntax differs. See WikiMacros for more information.
    119119
    120120'''Example:''' (''Restructured Text Processor''):
    121121{{{
     122#!python
    122123from docutils.core import publish_string
    123124