Rendering HTML tables from Markdown #403
Unanswered
Clarity-89
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Markdown doesn't support table syntax, but you can use remark-gfm to support it. To be able to use remark/rehype plugins in Contentlayer, you can read it here. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Couldn't find any info on this, but is it possible to generate tables defined inside MDX as Markdown tables? For ex., I have this table in my post and it isn't rendered as the HTML table in the output:
Beta Was this translation helpful? Give feedback.
All reactions