Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 202 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 202 Bytes

rehype-mermaid

The rehype parser which analyze mermaid to SVG.

It is very simple to use just like following code:

<ReactMarkdown rehypePlugins={[rehypeMermaid]}>
    {test}
</ReactMarkdown>