Add support for commonmark in Content Editor
Goal
Add support for all Commonmark operations in the Content Editor. Commonmark supports the following Content Types
| Content Type |
|---|
| Paragraph |
| Heading |
| ThematicBreak |
| Blockquote |
| BulletList |
| OrderedList |
| ListItem |
| Link definitions and references |
| Link |
| Image |
| Code |
| Text |
| Emphasis |
| Strong |
| InlineCode |
Implementation details
-
Set up TipTap extensions in the Content Editor to support the listed above -
Write Markdown processing tests to ensure that the Content Editor can process the Markdown API output for each content type and can generate the original Markdown.
Edited by Enrique Alcántara