We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1130318 commit be42da5Copy full SHA for be42da5
lib/markdown/index.js
@@ -15,7 +15,6 @@ module.exports = ({ markdown = {}} = {}) => {
15
16
const md = require('markdown-it')({
17
html: true,
18
- typographer: true,
19
highlight
20
})
21
// custom plugins
0 commit comments