See the project page
About
I tried to take my parser from Simple Moin and turn it into a parser for the standard MoinMoin markup. You can see the result on New MoinMoin parser test page.
Notes
- Mixing *strong* and *emphasis* doesn't work as expected in one case.
- Just copied the code for *table attributes*. It's too weird for me to parse.
- No unmarked *URLs* and *e-mail addresses*
Added ["address" text] link markup, because I'm missing it
- Didn't remove the *abbreviations*
The ,,bang eascape is always on, regardless of the config option
The rule for ,,WikiWord is defined in the module, not in the config
- No text indentation yet
Code
The code requires two addtional modules: emitter-2.py and document.py, just put them somewhere in your python path.