Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 928 Bytes

Markdown Previewer

A simple markdown previewer built using React

platforms prs welcome

The project uses Marked parser and React to preview user entered markdown in a user friendly way.

Usage:

Clone the repository, install the dependencies and start the app

npm install
npm start