Skip to content

Commit

Permalink
fix/THQ-2815 Replace MarkdownToJsx with ReactMarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgrecu committed Sep 25, 2023
1 parent 4583767 commit e6119c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export const ReactMapping: Mapping = {
},
},
'markdown-node': {
elementType: 'Markdown',
elementType: 'ReactMarkdown',
dependency: {
type: 'package',
path: 'markdown-to-jsx',
version: '7.2.0',
path: 'react-markdown',
version: '8.0.7',
},
},
'html-node': {
Expand Down

0 comments on commit e6119c3

Please sign in to comment.