Comments in DOCX files are not preserved during conversion #31
Labels
enhancement
New feature or request
open for contribution
Invites open-source developers to contribute to the project.
Overview
The current implementation of the DocxConverter class does not preserve comments when converting DOCX files to Markdown. When a DOCX file containing comments is processed, the comments are completely lost in the output Markdown text.
(This is a great initiative. I've had fun exploring it this weekend).
Steps to Reproduce
Expected Behavior
Comments from the DOCX file should be preserved in the Markdown output, possibly in a format like:
Actual Behavior
Comments are completely stripped from the output, resulting in only the main text being preserved.
The text was updated successfully, but these errors were encountered: