Description

This:
[[Verbatim(''''')]]'''''bold italics'''''[[Verbatim(''''')]]

generates invalid HTML on this wiki.

This: '''''bold italics'''''

generates invalid HTML on this wiki.

Occurrence

This wiki.

Python Version

2.5 (r25:51908, Oct 9 2006, 19:27:13) [GCC 3.3.5 (Debian 1:3.3.5-13)]

MoinMoin Version

Version 1.5.7 [Revision release]

Workaround

You can probably write ''''' bold italics '''''

Discussion

HTML is invalid because of wrong nestling:

<em><strong>bold italics</em></strong>
  +----|------------------+      |
       +-------------------------+

It is caused by the [[Verbatim(''''')]] macros in the markup, without them the generated HTML is valid.

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/InvalidHTMLWithBoldItalic (last edited 2007-10-29 19:22:22 by localhost)