patbenatar / rbexy

A Ruby template language and component framework inspired by JSX and React
MIT License
34 stars 5 forks source link

Quotes are escaped in string bodies #93

Open patbenatar opened 1 year ago

patbenatar commented 1 year ago
<p>This has a "quote" in it</p>

Ends up rendering like:

This has a \"quote\" in it