Description

If you use the gui mode all parsers will get a break inside the source code. The result is the same but it's inconvenient for users that use the text mode later. And it differs from your SyntaxReference.

Steps to reproduce

1. Create a page with

{ { {#!python
def hello():
    print "Hello World!"
} } }

2. Save it and edit it with the gui editor.

3. Save it and take a look at the wiki code. The result is

{ { {
#!python
def hello():
    print "Hello World!"
} } } 

Component selection

Details

This Wiki.

Workaround

None.

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/GuiEditorDestroysParserSyntax (last edited 2008-08-07 21:16:42 by ReimarBauer)