-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown in email - value.includes in escapeQuotes #1632
Labels
Comments
I'm working on this! |
Any update on this? Thanks |
gabrielmfern
added a commit
to gabrielmfern/md-to-react-email
that referenced
this issue
Nov 14, 2024
gabrielmfern
added a commit
that referenced
this issue
Nov 15, 2024
Just released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: