diff --git a/src/helpers/xml-builder.js b/src/helpers/xml-builder.js index 8ead4a2e..85a460e9 100644 --- a/src/helpers/xml-builder.js +++ b/src/helpers/xml-builder.js @@ -874,6 +874,11 @@ const buildRun = async (vNode, attributes, docxDocumentInstance) => { case 'sup': tempAttributes.sup = true; break; + case 'del': + case 's': + case 'strike': + tempAttributes.strike = true; + break; } const formattingFragment = buildFormatting(tempVNode); formattingFragmentAttributes = modifiedStyleAttributesBuilder(