diff --git a/src/helpers/xml-builder.js b/src/helpers/xml-builder.js index ef4d1d6..9453780 100644 --- a/src/helpers/xml-builder.js +++ b/src/helpers/xml-builder.js @@ -523,6 +523,7 @@ const buildRun = async (vNode, attributes, docxDocumentInstance) => { case 'b': tempAttributes.strong = true; break; + case 'em': case 'i': tempAttributes.i = true; break;