On 11/17/07, Steve Bennett stevagewp@gmail.com wrote:
This:
<space>some<space><space>code
is converted to:
<pre> some<space><space>code </pre>
No normaliser is going to mess with the formatting inside a <pre> tag.
I realize, and that's not the issue I was thinking of. But what I *was* thinking of is no issue if there are parser tests checking preservation of whitespace inside <pre> constructs, so it's not really an issue after all.