So this is like MDX, but compiled... I always liked MDX and think this is good way to boost Markdown because, often we don't need much more then Markdown.
So this is like MDX, but compiled... I always liked MDX and think this is good way to boost Markdown because, often we don't need much more then Markdown.
MDX does needs to be done at compile time because MDX contains unsafe evals in its syntax via imports and string interpolation.
I created a library for runtime MDX because of that: https://www.npmjs.com/package/react-markdown-with-mdx
yes like MDX, but not compiled :)