Closed Crozzers closed 1 year ago
This PR fixes #523 by adding |style to the _block_tags_a regex. This allows the contents of <style> tags to be hashed at the start of conversion, before any character escaping takes place, preserving the contents for the final output.
|style
_block_tags_a
<style>
Thank you!
This PR fixes #523 by adding
|style
to the_block_tags_a
regex. This allows the contents of<style>
tags to be hashed at the start of conversion, before any character escaping takes place, preserving the contents for the final output.