Skip to content

Commit 3c85389

Browse files
committed
remove a11yEmoji
It's currently breaking Markdown rendering, and my not be necessary at all (ref: jsx-eslint/eslint-plugin-jsx-a11y#627)
1 parent 588b6f0 commit 3c85389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/helpers/reactMarkdownConfig.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
Shortcode,
1616
} from 'helpers/markdownRenderers'
1717
import {
18-
a11yEmoji,
1918
properties,
2019
} from 'helpers/remark'
2120

@@ -27,7 +26,6 @@ const config = {
2726
allowDangerousHtml: true,
2827
plugins: [
2928
[behead, { depth: 1 }],
30-
a11yEmoji,
3129
properties,
3230
shortcodes,
3331
squeezeParagraphs,

0 commit comments

Comments
 (0)