https://github.com/emanuelefavero/react-markdown
Quick example on how to add components to render and edit markdown in your react app
https://github.com/emanuelefavero/react-markdown
Last synced: 6 months ago
JSON representation
Quick example on how to add components to render and edit markdown in your react app
- Host: GitHub
- URL: https://github.com/emanuelefavero/react-markdown
- Owner: emanuelefavero
- Created: 2022-11-02T17:26:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T17:27:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T16:50:28.684Z (8 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-markdown
Quick example on how to add components to render and edit markdown in your react app(Typescript supported).
It uses the [react-markdown](https://www.npmjs.com/package/react-markdown) NPM library
## How to use
1. Clone and `cd` into the repo
2. Run `npm i`
3. Run `npm start`### Useful links
- [What is Markdown?](https://en.wikipedia.org/wiki/Markdown)
- [Markdown Cheat sheet](https://github.com/emanuelefavero/markdown-cheatsheet)