An open API service indexing awesome lists of open source software.

https://github.com/inblack67/use-syntaxer

Renders Markdown Elegantly
https://github.com/inblack67/use-syntaxer

markdown react-hook react-syntax-highlighter tsdx

Last synced: 4 months ago
JSON representation

Renders Markdown Elegantly

Awesome Lists containing this project

README

          

## use-syntaxer

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

## Usage

```jsx
import { RenderMarkdown } from 'use-syntaxer';

const index = () => {
return (




);
};
```

## Note

- To see full working usage go to [this](https://github.com/inblack67/Markdown-Previewer) repo.
- Project which uses this package live on the internet [MarkdownPreviewer](https://nextjs-markdown-previewer.netlify.app).

### Repository

[Explore](https://github.com/inblack67/use-syntaxer)

### About The Author

[Website](https://inblack67.vercel.app)

[Github](https://github.com/inblack67)