diff --git a/src/helpers/reactMarkdownConfig.js b/src/helpers/reactMarkdownConfig.js index 8db3e87f..0ad26533 100644 --- a/src/helpers/reactMarkdownConfig.js +++ b/src/helpers/reactMarkdownConfig.js @@ -15,7 +15,6 @@ import { Shortcode, } from 'helpers/markdownRenderers' import { - a11yEmoji, properties, } from 'helpers/remark' @@ -27,7 +26,6 @@ const config = { allowDangerousHtml: true, plugins: [ [behead, { depth: 1 }], - a11yEmoji, properties, shortcodes, squeezeParagraphs,