Allow converting HTML5 to DOCX and document how. In fact it would be great if users could just do ``` $ sudo aptitude install python3-docx $ python3-docx --convert --from=bla.html --to=bla.docx ``` thus not needing to learn Python.
Allow converting HTML5 to DOCX and document how.
In fact it would be great if users could just do
thus not needing to learn Python.