summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors/markdown/nodes/table_cell.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+2
|
* Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan2019-01-241-0/+35
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.