com.elovirta.ooxml
com.elovirta.ooxml copied to clipboard
<line-through> not supported in text when generating docx output
I am trying to generate a docx output from a ditamap and one of the dita topics referred in the ditamap contains a <line-through>
tag which is supposed to strike a given portion of text given between them. However, the generated docx output does not have the content striked out as expected. The <line-through>
tag seems to be working and the text is striked out if a HTML5 output is generated. It seems to not work if a docx output is generated. Kindly help to resolve this issue.
Thanks in advance
I just created a pull request which fixes this issue (#85). See 0f8b3c0f3eafdfcd33e69fb656f872f1a51db2b8 if you want to add the changes to your local plugin manually.