The use case is that I have HTML produced from markdown that I want to use as input to MDX-bundler. I'd like to skip the first step of converting markdown mast, and then hast/rhype. Instead, using just rehype-parse to generate the hast. Is there a way to configure mdx-bundler to do this?
The use case is that I have HTML produced from markdown that I want to use as input to MDX-bundler. I'd like to skip the first step of converting markdown mast, and then hast/rhype. Instead, using just rehype-parse to generate the hast. Is there a way to configure mdx-bundler to do this?