Skip to content

Commit

Permalink
fix: disable typographer in markdown-it (close #139)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 18, 2018
1 parent 1130318 commit be42da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/markdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = ({ markdown = {}} = {}) => {

const md = require('markdown-it')({
html: true,
typographer: true,
highlight
})
// custom plugins
Expand Down

0 comments on commit be42da5

Please sign in to comment.