File: html-escaping.html

package info (click to toggle)
python-html2text 2025.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: python: 1,659; sh: 32; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (4)
1
2
3
<p>Escaped HTML like &lt;div&gt; or &amp; should NOT remain escaped on output</p>
<pre>...even when that escaped HTML is in a &lt;pre&gt; tag</pre>
<code>...or a &lt;code&gt; tag</code>