Source code
Revision control
Copy as Markdown
Other Tools
# prosemirror-markdown
[ [**WEBSITE**](http://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror-markdown/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**GITTER**](https://gitter.im/ProseMirror/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
a parser and serializer to convert between ProseMirror documents in
that schema and CommonMark/Markdown text.
This code is released under an
discussion and support requests, and the
is the place to report issues.
We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
to communication around the project.
## Documentation
@schema
@MarkdownParser
@ParseSpec
@defaultMarkdownParser
@MarkdownSerializer
@MarkdownSerializerState
@defaultMarkdownSerializer