pandoc/test/command/7282.md
Albert Krewinkel 875f8f3654
HTML reader: don't fail on unmatched closing "script" tag.
Prevent the reader from crashing if the HTML input contains an unmatched
closing `</script>` tag.

Fixes: #7282
2021-05-14 12:13:40 +02:00

89 B

Don't crash on unmatched closing tag.

% pandoc -f html -t native
</script>
^D
[]