mixmark-io / turndown

🛏 An HTML to Markdown converter written in JavaScript
https://mixmark-io.github.io/turndown
MIT License
8.62k stars 870 forks source link

Problems with noscript #415

Open uuf6429 opened 2 years ago

uuf6429 commented 2 years ago

I've had some trouble working with content noscript. The weirdest thing is that running it in stackblitz works, but not on a nodejs server.

Anyway, I tracked down the main problem to domino, which doesn't properly handle noscript: https://github.com/fgnass/domino/issues/182

I'm just leaving this here so you know..