use-syntaxer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

use-syntaxer

Enter your markdown code and get back a perfect render with code syntax highlighting.

Usage

import { RenderMarkdown } from 'use-syntaxer';

const index = () => {
  return (
    <div>
      <RenderMarkdown code={code} />
    </div>
  );
};

Note

  • To see full working usage go to this repo.
  • Project which uses this package live on the internet MarkdownPreviewer.

Repository

Explore

About The Author

Website

Github

Package Sidebar

Install

npm i use-syntaxer

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

16.4 kB

Total Files

19

Last publish

Collaborators

  • inblack67