875f8f3654
Prevent the reader from crashing if the HTML input contains an unmatched closing `</script>` tag. Fixes: #7282
7 lines
89 B
Markdown
7 lines
89 B
Markdown
Don't crash on unmatched closing tag.
|
|
```
|
|
% pandoc -f html -t native
|
|
</script>
|
|
^D
|
|
[]
|
|
```
|