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
- Host: GitHub
- URL: https://github.com/inblack67/use-syntaxer
- Owner: inblack67
- License: mit
- Created: 2020-10-05T10:17:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T05:06:11.000Z (over 5 years ago)
- Last Synced: 2025-10-16T13:16:28.664Z (8 months ago)
- Topics: markdown, react-hook, react-syntax-highlighter, tsdx
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)