axohtml icon indicating copy to clipboard operation
axohtml copied to clipboard

Cannot use `unsafe_text` in <style>-Tags

Open ds82 opened this issue 1 year ago • 0 comments

To write proper inline css I think it should be possible to use unsafe_text in

<style>
body { font-family: 'Fira Code'; }
</style>

If you agree I could open a PR ( -> https://github.com/ds82/axohtml/commits/fix/allow_unsafe_text_in_style )

ds82 avatar Jun 03 '23 14:06 ds82