thequickcode
Results
1
issues of
thequickcode
Hello, When using the following custom code ```html alert('hi') ``` The result would sanitize the script tag as following ```html <script>alert('hi')</script> ``` Am I missing anything?