I was sent a short docx document that, when I look at it from within MS Word (Mac version 15), has 10pt of paragraph spacing after each paragraph. However, when I examine the doc using the python-docx ...
It is used as an extension of Python-Markdown. import markdown md = markdown.Markdown(extensions=["markdown_cjk_spacing.cjk_spacing"]) md.convert("markdown text") Or ...