Skip to content

Commit

Permalink
update default options
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 3, 2024
1 parent 8d4a77c commit 4d07ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.js
Expand Up @@ -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
}
})));
Expand Down

0 comments on commit 4d07ec6

Please sign in to comment.