Skip to content

Commit

Permalink
Update default options to match marked 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed May 6, 2024
1 parent d09fd9b commit 470cf3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export default new Transformer({
marked: {
breaks: true,
pedantic: false,
gfm: true,
headerIds: false,
mangle: false
gfm: true
},
extensions: [],
};
Expand Down

0 comments on commit 470cf3e

Please sign in to comment.