Skip to content

Commit

Permalink
Remove unused tables option
Browse files Browse the repository at this point in the history
The `tables` option was removed in Marked v0.7.0 [1] so this doesn’t do anything any more.

[1]: https://github.com/markedjs/marked/releases/tag/v0.7.0
36degrees committed Aug 19, 2022
1 parent 34f5a5f commit 376068b
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
@@ -231,7 +231,6 @@ module.exports = metalsmith(__dirname) // __dirname defined by node.js: name of
// Markdown engine options
smartypants: true, // use "smart" typographic punctuation
gfm: true,
tables: true,
pedantic: true,
highlight: highlighter
}

0 comments on commit 376068b

Please sign in to comment.