We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1669966 commit ea37228Copy full SHA for ea37228
1 file changed
src/mdast-util-to-docx.ts
@@ -171,8 +171,8 @@ export const mdastToDocx = async (
171
): Promise<ArrayBuffer> => {
172
const definition = definitions(node);
173
174
- const footnote = createFootnoteRegistry();
175
const numbering = createNumberingRegistry();
+ const footnote = createFootnoteRegistry();
176
177
const pluginCtx = { root: node, definition };
178
0 commit comments