Vivek
Vivek
**Purpose** - To add support for SUPERSCRIPT AND SUBSCRIPT when exporting to markdown from draftjs editor state
Hi, It's really strange that for everyone who has reported issue, shows keyboard at first whenever view is loaded and markdown is rendered. I'm using everything as default, but the...
Thanks for the great work. We have been using this on our mobile apps and draftjs on web. Draftjs supports superscript and subscript. Any idea/plans to support superscript/subscript ?
Hey, So we use draft.js for our web app and cn rich text editor on mobile apps. Any idea on how to convert the output of https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-export-html to whatever required...
Hi, Thanks for the great work. I have an issue in making subscript and superscript work with this lib. When i pass : `hello` It does not work. are they...
## Description I have a basic text input with multiline set to true. Additionally it has `selection` and `onSelectionChange` props set which causes cursor to move to initial position whenever...