Skip to content

Instantly share code, notes, and snippets.

@Ryomasao
Last active May 8, 2021 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ryomasao/02fc152e46425f74e41c73b68ca4b860 to your computer and use it in GitHub Desktop.
Save Ryomasao/02fc152e46425f74e41c73b68ca4b860 to your computer and use it in GitHub Desktop.
mdx-js

mdx-js

Before MDX, some of benefits of writing markdown were lost when integrating with JSX.
Implementations were often template string-based which required lots of escaping and cumbersome syntax.

MDX seeks to make writing markdown and JSX simpler while being more expressive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment