-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
enhancementNew feature or requestNew feature or requestneeds discussionNeed to clarify if and how we should implement thisNeed to clarify if and how we should implement this
Description
I took a look; we should definitely be using EasyMDE's preview functionality instead of Markdown-It. It supports checkboxes out of the box and prevents us from requiring another library. Here's what EasyMDE does not support that Markdown-It does:
- Emojis
- Blockquotes
- Images (displayed as block instead of inline, larger size
- Sub/Superscript
- Inserted text
- Marked text
- Footnotes
- Definition lists
- Custom Containers
Since we don't support these features anyway, making the switch makes sense.
Some useful notes for implementation:
Check if we are in preview mode: easyMDE.isPreviewActive();
Toggle preview mode: easyMDE.togglePreview()
This should be easy to implement. Then we can get rid of Markdown-It, AND have checkboxes available in preview mode :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds discussionNeed to clarify if and how we should implement thisNeed to clarify if and how we should implement this