Skip to content

Commit

Permalink
refactor: markdown options in full config stub
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Apr 28, 2020
1 parent 65b228b commit 5467c2d
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions src/stubs/config/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,22 +142,9 @@ module.exports = {
]
},
markdown: {
baseUrl: null,
breaks: false,
gfm: true,
headerIds: true,
headerPrefix: '',
highlight: null,
langPrefix: 'language-',
mangle: true,
pedantic: false,
renderer: null,
sanitize: false,
sanitizer: null,
silent: false,
smartLists: false,
smartypants: false,
tokenizer: null,
xhtml: false,
root: './',
encoding: 'utf8',
markdownit: {},
plugins: [],
},
}

0 comments on commit 5467c2d

Please sign in to comment.