Add tiptap/prosemirror nodes and marks for all Markdown and GFM features
The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
Showing
... | ... | @@ -85,6 +85,8 @@ |
"pikaday": "^1.6.1", | ||
"popper.js": "^1.14.3", | ||
"prismjs": "^1.6.0", | ||
"prosemirror-markdown": "^1.3.0", | ||
"prosemirror-model": "^1.6.4", | ||
"raphael": "^2.2.7", | ||
"raven-js": "^3.22.1", | ||
"raw-loader": "^1.0.0", | ||
... | ... | @@ -101,6 +103,9 @@ |
"three-orbit-controls": "^82.1.0", | ||
"three-stl-loader": "^1.0.4", | ||
"timeago.js": "^3.0.2", | ||
"tiptap": "^1.8.0", | ||
"tiptap-commands": "^1.4.0", | ||
"tiptap-extensions": "^1.8.0", | ||
"underscore": "^1.9.0", | ||
"url-loader": "^1.1.2", | ||
"visibilityjs": "^1.2.4", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment