| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A command-line utility allowing you to convert static html files to markdown.
gem install html2markdown-cli
Convert a single file
html2markdown-cli --file /foodir/foo.html
Convert a directory
html2markdown-cli --dir /foodir
Specify the output directory
html2markdown-cli --dir /foodir --output-dir /foodir/output
| Back | FazBrowse Home | New Git URL |