mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
Prevent the reader from crashing if the HTML input contains an unmatched closing `</script>` tag. Fixes: #7282
8 lines
89 B
Markdown
8 lines
89 B
Markdown
Don't crash on unmatched closing tag.
|
|
```
|
|
% pandoc -f html -t native
|
|
</script>
|
|
^D
|
|
[]
|
|
```
|