Skip to content

inblack67/use-syntaxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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