Monorepo with a micromark
extension,
micromark-extension-mdx-expression
,
and the underlying tools to handle JavaScript in markdown.
This project contains three packages:
micromark-extension-mdx-expression
— extension to support MDX expressions inmicromark
micromark-factory-mdx-expression
— subroutine to parse the expressionsmicromark-util-events-to-acorn
— subroutine to parse micromark events with acorn
You might want to use
micromark-extension-mdx-expression
.
The rest is published separately to let
micromark-extension-mdx-jsx
parse expressions
in JSX and to let
micromark-extension-mdxjs-esm
parse ESM.
You would only need micromark-factory-mdx-expression
and
micromark-util-events-to-acorn
if you want to build alternatives to these.
See contributing.md
in micromark/.github
for ways to get
started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.