Skip to content

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

License

Notifications You must be signed in to change notification settings

modzy/rich-markdown-editor

 
 

Repository files navigation

rich-markdown-editor without styled components

This is a fork of rich-markdown-editor that removes all styled components with a static css file. Used, perhaps just temporarily, inside the Modzy frontend application.

Install

yarn add https://github.com/modzy/rich-markdown-editor#vM0.0.1

Import

import RichMarkdownEditor from "rich-markdown-editor/dist";
import "rich-markdown-editor/dist/index.css";

About

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.7%
  • SCSS 10.5%
  • JavaScript 4.8%