Strikethrough not working
-
So i have the plugin running on one of my client sites, and they complained that the conversion from ODTs wasn’t rendering strikethroughs.
After a while looking at the code, i came up with a patch that:
* Corrects a typo (‘through’ was mispelled, missing the first h)
* Adds support to the ‘style:text-line-through-style’ attribute (passing it to _parseDecoration)
* Adds this very attribute to _parseDecoration’s logic
* Moves the !important flag from the ‘none’ rule to desired line rulesIf you could have a look at and maybe incorporate this patch, that’d be swell. Otherwise this is my tip to fellow users.
https://dl.dropboxusercontent.com/u/10125538/docxpresso-strikethrough-patch.png
- The topic ‘Strikethrough not working’ is closed to new replies.