- Suppport styles settings
docx2md: convert docx to markdown.
This project implements the conversion from DOCX to Markdown, achieved through XML matching.
Tips: The heading styles are determined solely by font size.
In the current version, the principle is to find the w:sz tag settings in Document.xml.
Some .docx documents that are relatively standardized may set font sizes via styles
(the font size information is located in Styles.xml), which cannot be recognized in the current version.
This issue might be addressed in future updates.