A TML->HTML->TML roundtrip multiplies <br/> tags inside <literal> blocks.
<literal>X<br />Y</literal>
... becomes ...
<literal>X<br></br>Y</literal>
... which becomes ...
<literal>X<br></br><br></br>Y</literal>
The
TML2HTML? conversion is fine. The
HTML2TML? conversion causes the problem. It changes <br /> to <br></br>.
This problem exists in 1.0.9 and trunk.
--
MichaelTempest - 28 Aug 2010
There's more. The
HTML2TML? conversion converts <img.../> to <img...></img> which is not valid HTML.
It also converts <br id="foo"/> to <br id="foo"></br>
--
MichaelTempest - 28 Aug 2010
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
