Reading the DOCX structure
A DOCX file stores paragraphs, styles, lists, tables, hyperlinks, and related document data in an Office Open XML package. After a file is selected, the converter interprets the recognizable document elements and expresses them as Markdown text. Heading structure, list nesting, table cells, and link destinations are the relevant content, rather than Word's rendered page appearance.