The following input of markup returns the wrong output for script blocks ``` <script> const example = ` <script> </script> `; </script> ```