markdown parser by python.
Markdown documents have various dialects, which are then corrected to normal markdown. Also, embedding html is often used to handle images. We will change that to markdown-style image descriptions.
miyuchina/mistletoe
image html / qiita paragraph to normal markdown
python3 mdmd.py source.md > dist.md