Skip to content

Commit cc1a245

Browse files
add gfm plugin for table markdown rendering
1 parent 2aa03c4 commit cc1a245

File tree

3 files changed

+56
-312
lines changed

3 files changed

+56
-312
lines changed

greenwood.config.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ export default {
4141
// would be nice if we could customize these plugins, like appending the autolink headings
4242
// https://github.com/ProjectEvergreen/greenwood/issues/1247
4343
markdown: {
44-
plugins: ["@mapbox/rehype-prism", "rehype-slug", "rehype-autolink-headings", "remark-github"],
44+
plugins: [
45+
"@mapbox/rehype-prism",
46+
"rehype-slug",
47+
"rehype-autolink-headings",
48+
"remark-github",
49+
"remark-gfm",
50+
],
4551
},
4652

4753
plugins: [

0 commit comments

Comments
 (0)