We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
plugins
1 parent 72ee489 commit 402fea3Copy full SHA for 402fea3
lib/react-markdown.js
@@ -41,7 +41,7 @@ const changelog =
41
42
/** @type {Record<string, Deprecation>} */
43
const deprecated = {
44
- plugins: {to: 'plugins', id: 'change-plugins-to-remarkplugins'},
+ plugins: {to: 'remarkPlugins', id: 'change-plugins-to-remarkplugins'},
45
renderers: {to: 'components', id: 'change-renderers-to-components'},
46
astPlugins: {id: 'remove-buggy-html-in-markdown-parser'},
47
allowDangerousHtml: {id: 'remove-buggy-html-in-markdown-parser'},
0 commit comments