Skip to content

Commit eb512d6

Browse files
bug/issue 165 fix markdown table rendering (#167)
1 parent 2aa03c4 commit eb512d6

File tree

3 files changed

+56
-312
lines changed

3 files changed

+56
-312
lines changed

greenwood.config.js

Lines changed: 7 additions & 1 deletion
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)