Skip to content

Commit ba74f43

Browse files
author
Ben Helleman
committed
fix(sites-29937): send customHeaders into md2docx
1 parent 299e538 commit ba74f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/importer/HTML2x.js

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ async function html2x(
161161
mdast2docxOptions: {
162162
stylesXML: config.docxStylesXML,
163163
image2png: config.image2png,
164+
customHeaders: params.customHeaders || {},
164165
},
165166
createDocumentFromString: config.createDocumentFromString,
166167
components: params.components,

0 commit comments

Comments
 (0)