Skip to content

Releases: zakahan/docx2md

docx2md_v1.1.0

22 Dec 15:28
Compare
Choose a tag to compare
  • 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

15 Dec 07:46
Compare
Choose a tag to compare
  • 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

06 Dec 07:24
Compare
Choose a tag to compare

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.