Description
A }}} will terminate a PRE section even if not at the beginning of a new line.
Example
* '''bold''' * {{{source
italics
}}}
Expected: PRE block that renders the complete list verbatim.
Observed: PRE block is terminated on the second line.
See also SyntaxReference, and maybe other help pages, too.
Component selection
- parser
Details
This wiki. |
|
MoinMoin Version |
1.6.0beta2 [Revision release] |
Python Version |
2.4.4 (#2, Apr 5 2007, 20:11:18) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] |
Language you are using the wiki in (set in the browser/UserPreferences) |
n/a |
Workaround
Use the new nesting problem solving method:
* '''bold''' * {{{source}}} * ''italics''
Discussion
Plan
- Priority:
- Assigned to:
Status: fixed by using more {{{{