Pythonでマークダウンをパースする方法のメモです. pip3 install markdown import markdown# 変数strはマークダウン形式の文字列html = markdown.markdown(str)