Skip to content

Commit

Permalink
Change params
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorii-horos committed Jul 5, 2023
1 parent 5c8fcc7 commit 0fabebc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ marked.setOptions({
sanitize: false,
smartLists: true,
xhtml: false,
headerIds: false,
mangle: false,
breaks: false,
gfm: true,
smartypants: false,
baseUrl: undefined,
headerIds: true,
headerPrefix: '',
langPrefix: 'language-',
mangle: true,
headerPrefix: "",
langPrefix: "language-",
sanitizer: undefined,
silent: false,
});
Expand Down

0 comments on commit 0fabebc

Please sign in to comment.