Stacks-Editor icon indicating copy to clipboard operation
Stacks-Editor copied to clipboard

Nested <sub> tags not handled properly when switching between modes

Open b-kelly opened this issue 4 years ago • 1 comments

https://meta.stackexchange.com/a/360181/395497

In the current editor using nested <sub></sub> html is supported, and can achieve an extra small fontsize. For example: <sub><sub>Extra Small </sub></sub>

When writing this in the Markdown version of the RT editor, and then switching over to RT the first <sub> gets trimmed, the last </sub> doesn't: <sub>Extra Small</sub></sub>

Either nested <sub> statements should be supported, or the last closing argument should also be trimmed.

b-kelly avatar Mar 15 '21 21:03 b-kelly

See #162 - pending fix upstream, moving to beta 3

yellis avatar Jul 20 '22 08:07 yellis