Skip to content

Commit be42da5

Browse files
committed
fix: disable typographer in markdown-it (close #139)
1 parent 1130318 commit be42da5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/markdown/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module.exports = ({ markdown = {}} = {}) => {
1515

1616
const md = require('markdown-it')({
1717
html: true,
18-
typographer: true,
1918
highlight
2019
})
2120
// custom plugins

0 commit comments

Comments
 (0)