Skip to content

Commit ea37228

Browse files
committed
Update mdast-util-to-docx.ts
1 parent 1669966 commit ea37228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mdast-util-to-docx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ export const mdastToDocx = async (
171171
): Promise<ArrayBuffer> => {
172172
const definition = definitions(node);
173173

174-
const footnote = createFootnoteRegistry();
175174
const numbering = createNumberingRegistry();
175+
const footnote = createFootnoteRegistry();
176176

177177
const pluginCtx = { root: node, definition };
178178

0 commit comments

Comments
 (0)