How footnotes are represented
Each footnote in the source DOCX becomes a reference-style link in the Markdown body. The link target is a numbered anchor (e.g., [^1], [^2]) that resolves to a footnote definition block at the end of the document. The footnote text preserves inline formatting — bold, italic, and code spans survive the conversion.
Practical impact
Legal contracts, academic papers, and technical specifications that rely on footnotes for citations now convert without losing reference material. The footnote section at the end of the Markdown output is compatible with most Markdown renderers that support extended syntax. Feedback: sapsap@qq.com.