python-docx2txt
python-docx2txt copied to clipboard
add support for noBreakHyphen
Currently <w:noBreakHyphen />
just gets ignored by docx2txt. This change will replace it with a "-" instead.