Markdown Editor
The <MarkdownEditor>
provides a state of the art editor to edit markdown.
import { MarkdownEditor } from '@remirror/react-editors/markdown';
Loading...
Find many more examples on Storybook.
note
Want to customize the behavior? Simply copy the <MarkdownEditor>
code and change the extensions. That's what Remirror was built for.