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

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

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)