Skip to content

Commit

Permalink
Remove removed options
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Oct 14, 2020
1 parent bb309a4 commit 7995d86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/language-markdown/parser-markdown.js
Expand Up @@ -26,10 +26,7 @@ const mdx = require("./mdx");
function createParse({ isMDX }) {
return (text) => {
const processor = unified()
.use(remarkParse, {
commonmark: true,
...(isMDX && { blocks: [mdx.BLOCKS_REGEX] }),
})
.use(remarkParse)
.use(footnotes)
.use(frontMatter)
.use(remarkMath)
Expand Down

0 comments on commit 7995d86

Please sign in to comment.