bluegriffon icon indicating copy to clipboard operation
bluegriffon copied to clipboard

Blue Griffon corrupts <xmp> tag contents by encoding the > & < characters, causing incorrect rendering in browsers.

Open snovotill opened this issue 1 year ago • 0 comments

The

tag is still fully supported by FireFox and Chrome as of 2024 but it is fully unusable within BlueGriffon because BlueGriffon will replace the characters &gt; &amp; &lt; with &gt; &amp; &lt; whenever switching between Source and Wysiwyg views. This causes the characters to render incorrectly within FireFox and Chrome. This is only relevant to the <xmp> tag and no other HTML tags exhibit this behavior. <p>In other words, <code>&lt;xmp&gt; Hello &lt;world&gt; &amp; be good!&lt;xmp&gt;</code> must NOT be changed to <code>&lt;xmp&gt; Hello &amp;lt;world&amp;gt; &amp;amp; be good!&lt;xmp&gt;</code> when inside the &lt;xmp tag, because it will then render INCORRECTLY in FireFox and Chrome.</p>

snovotill avatar Dec 31 '23 21:12 snovotill