Description

The gui edtor does remove nested markup of parsers pre syntax e.g.

{{{{{

{{{#!python
def example():

}}}
}}}}}

It strips every nesting to {{{ }}} -- ReimarBauer 2008-07-28 08:23:54

Steps to reproduce

Example

Component selection

Details

MoinMoin Version

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

The result of the bug fix is currently the following changes gui_parser_change.png

This is not the right solution. Because this is broken for

   1 def test():
   2     test_string = '}}}'

this also fixed see 1.8-guieditor-mbyeongweon/rev/63a209dee4b3 -- MoonByeongweon 2008-08-08 04:56:08

I cannot reproduce that anymore, removing it from his list ... -- AlexanderSchremmer 2008-08-22 09:18:04

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/GuiEditorCantNest (last edited 2008-08-22 09:18:05 by AlexanderSchremmer)