We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Compatible with any remark or rehype plugin:
remark
rehype
import remarkGfm from "remark-gfm"; import rehypeSlug from "rehype-slug"; <Md remarkPlugins={[remarkGfm]} rehypePlugins={[rehypeSlug]}> {markdown} </Md>
Uses the Unified processing pipeline internally.