Skip to content

Commit

Permalink
Merge a2cbbf0 into d59d65f
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jul 2, 2020
2 parents d59d65f + a2cbbf0 commit b06843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/migrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = async function(args) {
const { alias } = args;
let { limit } = args;
const skipduplicate = typeof args.skipduplicate !== 'undefined';
const tomd = new TurndownService();
const tomd = new TurndownService({ headingStyle: 'atx', codeBlockStyle: 'fenced' });
const { config, log } = this;
const Post = this.post;
let untitledPostCounter = 0;
Expand Down

0 comments on commit b06843c

Please sign in to comment.