tildeio / simple-html-tokenizer

A lightweight JavaScript library for tokenizing non-`<script>` HTML expected to be found in the `<body>` of a document
MIT License
84 stars 33 forks source link

Escape </script> in library JS code for embedding #100

Open izelnakri opened 3 years ago

izelnakri commented 3 years ago

This single line of escaping was needed to be able to embed this string to any html inside Githubissues.

  • Githubissues is a development platform for aggregating issues.