node-prosemirror-markdown

ProseMirror Markdown integration
  https://github.com/prosemirror/prosemirror-markdown#readme
  0
  no reviews



ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas.

This module implements a ProseMirror schema that corresponds to the document schema used by CommonMark, and a parser and serializer to convert between ProseMirror documents in that schema and CommonMark/Markdown text.

Node.js is an event-based server-side JavaScript engine.