feat(textAngularSetup): Added superscript support#1278
feat(textAngularSetup): Added superscript support#1278dudyn5ky1 wants to merge 1 commit intotextAngular:masterfrom dudyn5ky1:add-superscript-support
Conversation
|
We should also have subscript and be able to toggle between them somehow - not sure on the UI side. Also, I don't know if the browsers detect this in queryCommandState('superscript'); |
|
@JoelParke I've already implemented subscript in my fork, just waiting for you to approve this PR. Yes, webkit browsers doesn't detect I see here 2 options:
What do you think? |
|
I will be away for a couple of weeks and then when I get back, I will think about this, but I need to resolve the issues around firefox/chrome differences first. |
Added
superscripttag support (<sup>).