Releases: zakahan/docx2md
docx2md_v1.1.0
- 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.
docx2md_v1.0.1
- remove uuid dir
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 Style.xml), which cannot be recognized in the current version.
This issue might be addressed in future updates.
docx2md_v1
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 thew:sz
tag settings inDocument.xml
.
Some .docx documents that are relatively standardized may set font sizes via styles
(the font size information is located inStyle.xml
), which cannot be recognized in the current version.
This issue might be addressed in future updates.