diff --git a/test/index.js b/test/index.js index c2ca241..2d13282 100644 --- a/test/index.js +++ b/test/index.js @@ -10,7 +10,6 @@ describe('Marked renderer', () => { const hexo = new Hexo(__dirname, {silent: true}); const defaultCfg = JSON.parse(JSON.stringify(Object.assign(hexo.config, { marked: { - headerIds: true, mangle: true } })));