Socket
Socket
Sign inDemoInstall

@wegotpop/draft-js-export-markdown

Package Overview
Dependencies
24
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wegotpop/draft-js-export-markdown

DraftJS: Export ContentState to Markdown


Version published
Weekly downloads
1
Maintainers
3
Install size
26.2 kB
Created
Weekly downloads
 

Readme

Source

DraftJS: Export ContentState to Markdown

This is a module for DraftJS that will export your editor content to Markdown.

It was extracted from React-RTE and placed into a separate module for more general use. Hopefully it can be helpful in your projects.

Installation

npm install --save draft-js-export-markdown

This project is still under development. If you want to help out, please open an issue to discuss or join us on Slack.

How to Use

import { stateToMarkdown } from "draft-js-export-markdown";
const markdown = stateToMarkdown(
  this.state.editorState.getCurrentContent()
)

License

This software is ISC Licensed.

Keywords

FAQs

Last updated on 05 Jul 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc