sinedied / backslide

:sweat_drops: CLI tool for making HTML presentations with Remark.js using Markdown
https://sinedied.github.io/backslide
MIT License
764 stars 50 forks source link

Fixes a broken PDF export and an XSS vulnerability when using multiple script tags in a Markdown code block #62

Closed jotbe closed 5 years ago

jotbe commented 5 years ago

Fixes #61 by escaping all ocurrences of </script>, not just the first.

sinedied commented 5 years ago

Oops, thanks for the fix 👍