Open MartinN3 opened 3 months ago
I'm working on this!
Any update on this? Thanks
Just released @react-email/markdown@0.0.13-canary.1
/@react-email/components@0.0.29-canary.2
that fixes this issue. Once we merge the fix into stable, I'll close out this issue.
Describe the Bug
When using markdownCustomStyles, parseCssInJsToInlineCss calls escapeQuotes on
fontWeight: 500,
in h1 tag and that fails but when usingfontWeight: '500'
it goes trough.Which package is affected (leave empty if unsure)
react-email
Link to the code that reproduces this issue
is there a default repo we can clone and tailor?
To Reproduce
Expected Behavior
I think you would wanna override h1 fontWeight and you would do it easily by specifying fontWeight: 500, right?
What's your node version? (if relevant)
No response