Related Objects
Related Objects
- Mentioned In
- T90: Integrate ProseMirror for JS-enabled Pad
Event Timeline
Comment Actions
Use something like blackfriday for rendering.
Since this means rendering text with HTML instead of <pre>, we should either add the option to enable Markdown, or only render with HTML if we auto-detect its presence.
Alternatively, we can just use basic formatting (e.g. bold, italic, images and links) and not change any spacing (this would be ideal).
Comment Actions
Still needs to be tested a bit for odd edge cases and potential style improvements. But it is implemented.