pandoc
https://pandoc-doc-ja.readthedocs.io/ja/latest/_static/icon_pandoc_square_small.jpg
https://pandoc-doc-ja.readthedocs.io/ja/latest/users-guide.html
テキストファイルをhtmlに変換
pandoc 記事名.txt -o temp.html
pandoc -f markdown -t html ".mdファイルのパス" > "出力先のパス"
例: pandoc -f markdown -t html ./README.md > ./README.html
チートシート