Skip to content

Commit

Permalink
Already disabled by default in Eleventy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Jan 19, 2023
1 parent c1d8aa3 commit 072eb96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ module.exports = function (eleventyConfig) {
}

const md = markdownIt(markdownItOptions)
.disable('code')
.use(markdownItHeadingLevel, { firstLevel: 2 })
.use(markdownItFootnote)
.use(markdownItAnchor, markdownItAnchorOptions)
Expand Down

0 comments on commit 072eb96

Please sign in to comment.