Skip to content

Commit

Permalink
Set marked to use gfm rather than pedantic rules
Browse files Browse the repository at this point in the history
We remove `pedantic`, since `marked` defaults to `gfm` being true.
  • Loading branch information
domoscargin committed Aug 24, 2022
1 parent 64bdd4f commit 3397424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/metalsmith.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ module.exports = metalsmith(__dirname) // __dirname defined by node.js: name of

// Markdown engine options
smartypants: true, // use "smart" typographic punctuation
pedantic: true,
mangle: false,
highlight: highlighter
}
Expand Down

0 comments on commit 3397424

Please sign in to comment.