Skip to content

Commit

Permalink
remove a11yEmoji
Browse files Browse the repository at this point in the history
It's currently breaking Markdown rendering, and my not be necessary at
all (ref: jsx-eslint/eslint-plugin-jsx-a11y#627)
  • Loading branch information
trezy committed Dec 1, 2020
1 parent 588b6f0 commit 3c85389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers/reactMarkdownConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
Shortcode,
} from 'helpers/markdownRenderers'
import {
a11yEmoji,
properties,
} from 'helpers/remark'

Expand All @@ -27,7 +26,6 @@ const config = {
allowDangerousHtml: true,
plugins: [
[behead, { depth: 1 }],
a11yEmoji,
properties,
shortcodes,
squeezeParagraphs,
Expand Down

0 comments on commit 3c85389

Please sign in to comment.