title | description |
---|---|
Changelog |
New features, bug fixes, and improvements made to md-to-react-email |
- Added
Marked
for markdown transformations - Removed
ParseMarkdownToReactEmail
function
- Fixed issue with list parsing
- Fixed
parseCssInJsToInlineCss
issue with numerical values
- Fixed issue with parsing paragraphs
- Converted bold and italics tag to
<strong>
and<em>
- Fixed issue with parsing nested blockquotes
- Fixed issue with parsing code blocks
This PR added optimisations for the following:
- Cleaning up unused style tags for the generated markup
- Moved the changesets
- Added CI workflows
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- Added checks to handle
undefined | null | ''
- Added checks to handle input that is not of type
string
- Added
target="_blank"
attribute to link tags
- Made
data-id
attributes optional in rendered markup - Added sanitization for markdown output in react-email component
- Updated
parseMarkdownToReactEmailJSX
function usage synthax
- Removed
data-id
attributes from markup
- Major Bug fix for
parseMarkdownToReactEmailJSX
- Major Bug fix for
reactEmailMarkdown
Component
- Added support for tables from GFM
- Added support for strikethrough from GFM
- Updated Package.json
- Updated README.md
Note: Initial package release