WYSIWYG Markdown Editor React

A Basic WYSIWYG Editor Made Using React. Try online

Demo

Demo

Features

  1. Bold
  2. Italic
  3. Underline
  4. Different Font Size (H1, H2, H3)
  5. Text to Caps Case, Uppercase and Lowercase
  6. Quotes Block
  7. Code Block
  8. Horizontal Line
  9. Real Time Preview!

Install Instructions

  1. Clone Repository
  2. cd to repository
  3. Run npm i
  4. Start development server by npm run start