It would be nice to have a standalone parser for moin's wiki syntax
It's currently impossible to use Moin standalone only for converting wiki syntax to HTML, because of the dependence on the Request object (also by the Formatter). Either this dependence should be removed from MoinMoin.parser.wiki or a fake request object should be provided.
- Look at RequestCLI. The problem is that we need request for formatting links to wiki pages, icons etc. Please delete this page after reading.
This is not a feature request, since the feature is already available :-). However, this can be a nice documentation page about using moin to convert wiki markup (or other supported markup) to any supported formats.