You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I’ve just briefly looked at this project and so far it seems like one of the projects that most closely matches my needs.
However – I want to use react-rough-notation to draw fancier highlighting, and in order to make that look alright, the highlight would have to be kept as one element, and the preexisting DOM split up.
Currently, this will be the result:
<em>Eat drink and be <strong>merry</strong></em><strongclass="secondary"> for tomorrow</strong> we die
What would be really helpful, is if I could somehow configure this utility to instead produce the following output:
<em>Eat drink and be </em><HIGHLIGHT><em>merry</em> for tomorrow</HIGHLIGHT> we die
Is this something you’ve thought about at all?
The text was updated successfully, but these errors were encountered:
Hello! I’ve just briefly looked at this project and so far it seems like one of the projects that most closely matches my needs.
However – I want to use
react-rough-notation
to draw fancier highlighting, and in order to make that look alright, the highlight would have to be kept as one element, and the preexisting DOM split up.Currently, this will be the result:
What would be really helpful, is if I could somehow configure this utility to instead produce the following output:
Is this something you’ve thought about at all?
The text was updated successfully, but these errors were encountered: