/rich-markdown-editor

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

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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";