Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@accordproject/markdown-editor

Package Overview
Dependencies
Maintainers
4
Versions
623
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/markdown-editor - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@accordproject/markdown-editor",
"version": "0.1.1",
"version": "0.1.2",
"description": "A rich text editor that can read and write markdown text. Based on Slate.js.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -7,4 +7,18 @@ This is a React component for a rich text editor that can read and write [CommonMark](https://commonmark.org) Markdown text. The editor uses [Slate.js](https://slatejs.org).

### Demo
### Usage
```
npm install @accordproject/markdown-editor
```
```
import MarkdownEditor from '../../src';
ReactDOM.render(<MarkdownEditor />, document.getElementById('root'));
```
### Example
For an example React App see the ./examples/ folder.
A `TextArea` containing CommonMark synchronized with a `MarkdownEditor` component, rendered using Slate.js.

@@ -11,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc