Socket
Socket
Sign inDemoInstall

@mdxeditor/editor

Package Overview
Dependencies
43
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdxeditor/editor


Version published
Maintainers
1
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 04 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc