html から markdown へ変換する
使用したツールは、 html2text
前提条件
- python インストール済み
- git インストール済み
- 変換する htmlファイルを用意する
インストール
git clone して実行するのみです。
cd works
git clone https://github.com/aaronsw/html2text.git
cd html2text
./html2text.py hogehoge.html >> hogehoge.md
使用したツールは、 html2text
git clone して実行するのみです。
cd works
git clone https://github.com/aaronsw/html2text.git
cd html2text
./html2text.py hogehoge.html >> hogehoge.md