Hi, I am new to Prosemirror & I have been assigned a task to implement a rich text editor using prosemirror. I have the below features :
- Heading [h1 - h4 & normal text]
- Bold, italic, underline, subscript, superscript, strikethrough, code block
- Text colour, text highlighter
- Ordered & unodered list
- Table using prosemirror-table & Emoji
Now as far as i know, there is a npm package called prosemirror-markdown [ https://www.npmjs.com/package/prosemirror-markdown ] to get data in markdown format but this does not support underline, font colour & highlight. Could you please guide me how can i include these features also ?