Enter your markdown code and get back a perfect render with code syntax highlighting.
import { RenderMarkdown } from 'use-syntaxer';
const index = () => {
return (
<div>
<RenderMarkdown code={code} />
</div>
);
};
- To see full working usage go to this repo.
- Project which uses this package live on the internet MarkdownPreviewer.