Description
If I set default_markup = 'rst' then pages with a format processing instruction #format wiki (for example HelpOnConfiguration) are not correctly displayed (e.g. the contents box is empty) and there are rst parser errors in the log.
Steps to reproduce
- Extract moin-1.8.1.tar.gz (or any other of the versions noted below)
Set default_markup = 'rst' in wikiconfig.py
Open a page with a #format wiki processing instruction (e.g. HelpOnConfiguration)
- See that the page is not displayed correctly (e.g. the contents box is empty) and there are rst parser errors in the log.
Details
MoinMoin Version
tried with 1.8.1, 1.8.2 and 1.9.0beta1
OS and Version
Ubuntu 8.10
Python Version
2.5
Server Setup
Standalone desktop version
Workaround
Discussion
Plan
- Priority:
- Assigned to:
- Status:
- can't reproduce a general bug with setting the format with 1.8.2 (and I don't remember any recent fixes related to this)
I see errors in the log when rendering HelpOnConfiguration, but I need a simpler test case