File tree Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 3.0.4
4+
5+ ### Patch Changes
6+
7+ - b5f7677: ### Bug fixes
8+
9+ - Fixed issue with parsing paragraphs
10+ - Converted bold and italics tag to <strong > and <em >
11+ - Fixed issue with parsing nested blockquotes
12+ - Fixed issue with parsing code blocks
13+
14+ ### Optimisations
15+
16+ This PR added optimisations for the following:
17+
18+ - Cleaning up unused style tags for the generated markup
19+ - Moved the changesets
20+ - Added CI workflows
21+
322All notable changes to this project will be documented in this file.
423See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
524
Original file line number Diff line number Diff line change 11{
22 "name" : " md-to-react-email" ,
3- "version" : " 3.0.3 " ,
3+ "version" : " 3.0.4 " ,
44 "description" : " A simple Markdown parser for React-email written in typescript." ,
55 "keywords" : [
66 " markdown" ,
You can’t perform that action at this time.
0 commit comments