-
Using MDX with NextJS and following https://mdxjs.com/guides/math-blocks. Inline and block maths is alright in markdown parts of the mdx document. However, I need a better control over tables so I'm simply using jsx to generate them:
Problem is, Oddly, another case of having some markdown inside jsx tags works:
|
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Sep 29, 2020
Replies: 1 comment 2 replies
-
Say you replaced the dollars for math in your examples with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Say you replaced the dollars for math in your examples with
*
for emphasis. Would you expect a different outcome?