jbowens / jBBCode

A lightweight but extensible BBCode parser
http://jbbcode.com
MIT License
164 stars 32 forks source link

How to skip parsing inside javascript tags #88

Open yurik3zzz opened 3 years ago

yurik3zzz commented 3 years ago

I have some html with javasript tag

<script> var i = 1; var arr = [1,2,3] var failed_variable = arr[i]; // this was replaced with arr<em> </script>

How to skip this replacion?