README.md (1432B)
prosemirror-markdown
[**WEBSITE** | **ISSUES** | **FORUM** | **GITTER** ]
This is a (non-core) module for ProseMirror. 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.
This code is released under an MIT license. There's a forum for general discussion and support requests, and the Github bug tracker is the place to report issues.
We aim to be an inclusive, welcoming community. To make that explicit, we have a [code of conduct](http://contributor-covenant.org/version/1/1/0/) that applies to communication around the project.
Documentation
@schema
@MarkdownParser
@ParseSpec
@defaultMarkdownParser
@MarkdownSerializer
@MarkdownSerializerState
@defaultMarkdownSerializer