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
This library works great except for one thing I'm trying to achieve and I don't find how to. Here's my example:
If I have the exact same text both with bold and italic, I want the wrapper span has the two classes.
This is a dummy text.
With the previous text, I want the result
This is <spanclass="-bold -italic>a dummy</span> text.
But instead I'm receiving
This is <spanclass="-bold><span class="-italic"> a dummy</span></span> text.
Hello all, how are you?
This library works great except for one thing I'm trying to achieve and I don't find how to. Here's my example:
If I have the exact same text both with bold and italic, I want the wrapper span has the two classes.
This is a dummy text.
With the previous text, I want the result
But instead I'm receiving
Here's my current options object
I tried playing with the block renderers and such without luck.
Please let me know if you need more information here.
Related issue with no solution
The text was updated successfully, but these errors were encountered: