Skip to content
Commit 0ab61e6f authored by David Sveningsson's avatar David Sveningsson
Browse files

fix: parse `<style>` content as text instead of markup

fixes #137

The content of the `<style>` tag is CSS and can contain `<` forming tokens
appearing to be HTML tags and under certain conditions could break the state
machine and causing a parser error.

This fix is similar to the `<script>` tag where the content is parsed as raw
text.
parent 7e12d507
Loading
Loading
Loading
Pipeline #412628246 passed with stages
in 14 minutes and 8 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment