Skip to content

An open source rich text React component for markdown editing

License

Notifications You must be signed in to change notification settings

HemanthKona/editor

 
 

Repository files navigation

MDX Editor

npm npm bundle size (scoped)

Because markdown editing can be even more delightful.

MDX Editor is an open-source React component that allows users to author markdown documents naturally. Just like in Google docs or Notion. See the live demo that has the default features turned on. It supports most (if not all) of the markdown syntax, including tables, images, code blocks, etc. It also allows users to edit JSX components with a dedicated property editor.

import {MDXEditor} from '@mdxeditor/editor';

export default function App() {
  return <MDXEditor markdown={'# Hello World'} />;
}

Get Started

The best place to get started using the component is the documentation.

Help and support

Should you encounter any issues, please create an issue, but check if there's something similar already open first.

License

MIT © Petyo Ivanov.

About

An open source rich text React component for markdown editing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • CSS 5.9%
  • JavaScript 1.1%