Skip to content

Commit

Permalink
add markdown options
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Apr 18, 2024
1 parent 03daf95 commit 39c6773
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ const fix = async (rules = []) => {

checkTree(parsedContent, rules);

const finalResult = toMarkdown(parsedContent);
const finalResult = toMarkdown(parsedContent, {
emphasis: '_',
});

fs.writeFileSync(fullpath, finalResult, 'utf-8');

Expand Down

0 comments on commit 39c6773

Please sign in to comment.