We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299e538 commit ba74f43Copy full SHA for ba74f43
src/importer/HTML2x.js
@@ -161,6 +161,7 @@ async function html2x(
161
mdast2docxOptions: {
162
stylesXML: config.docxStylesXML,
163
image2png: config.image2png,
164
+ customHeaders: params.customHeaders || {},
165
},
166
createDocumentFromString: config.createDocumentFromString,
167
components: params.components,
0 commit comments