In an EPUB->DOCX conversion, would it be possible add a checkbox to convert HTML comments into DOCX comments?
Example Input
Code:
<p>This is paragraph 1.</p>
<!-- This is a comment on Paragraph 2. -->
<p>This is paragraph 2.</p>
<!-- Capitalize this. -->
<p>this is paragraph 3.</p>
Example Output