aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.58k stars 410 forks source link

Javascript in CDATA writing <script> tag to document #47

Open pschwede opened 11 years ago

pschwede commented 11 years ago

Syntax like this obviously confuses the parser:

<![CDATA[ if (typeof is_tablet === "undefined" || is_tablet === false) document.write('<script type="text/javascript" src="[…]"></script>')[…]