| title | Changelog |
|---|---|
| description | New features, bug fixes, and improvements made to md-to-react-email |
- Added
Markedfor markdown transformations - Removed
ParseMarkdownToReactEmailfunction
- Fixed issue with list parsing
- Fixed
parseCssInJsToInlineCssissue 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-idattributes optional in rendered markup - Added sanitization for markdown output in react-email component
- Updated
parseMarkdownToReactEmailJSXfunction usage synthax
- Removed
data-idattributes from markup
- Major Bug fix for
parseMarkdownToReactEmailJSX - Major Bug fix for
reactEmailMarkdownComponent
- Added support for tables from GFM
- Added support for strikethrough from GFM
- Updated Package.json
- Updated README.md
Note: Initial package release