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
Underlines and strikethroughs are both handled by text-decoration in css, which means one node cannot have both. This could be fixed by wrapping it in a second element, like this:
kbjr
changed the title
When rendering HTML with styleType: 'css', one text block cannot be both underline and strkethrogh
When rendering HTML with styleType: 'css', one text block cannot be both underline and strkethrough
Oct 27, 2014
kbjr
changed the title
When rendering HTML with styleType: 'css', one text block cannot be both underline and strkethrough
When rendering HTML with styleType: 'css', one text block cannot be both underline and strikethrough
Oct 27, 2014
Underlines and strikethroughs are both handled by
text-decoration
in css, which means one node cannot have both. This could be fixed by wrapping it in a second element, like this:The text was updated successfully, but these errors were encountered: