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 use from Pelican as Markdown ...
Demonstration of Python doctests with markdown for featureful beautiful documentation targeted at exploration and learning. Made by me, Kennedy, born in 1990. As explained in this article, markdown is ...