Documentation
¶
Overview ¶
Command html2md converts an HTML document to a Markdown one.
Usage: html2md [OPTIONS] [INPUT.html [OUTPUT.md]]
Example:
$> html2md -i input.html -o out.md $> html2md -i input.html > out.md $> html2md < input.html > out.md
Options:
-i string path to input HTML file -o string path to output Markdown file
Click to show internal directories.
Click to hide internal directories.