![]() git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3973 fd906abe-77d9-0310-91a1-e0d9ade77398 |
||
---|---|---|
.. | ||
__init__.py | ||
mediawiki.py | ||
README.txt |
============================ Standard Wiki Pre-processors ============================ ($Id$) MediaWiki Links =============== >>> from cybertools.wiki.preproc.mediawiki import preprocess >>> src = '''Some text with [[a link]] and ... [[link2 | another link]] with separate text.''' >>> preprocess(src) 'Some text with `a link <a link>`__ and\n`another link <link2>`__ with separate text.'