.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .TH HTML-TO-MARKDOWN "1" "November 2021" "html-to-markdown -h | tail -n+3 5.0.2" "User Commands" .SH NAME html-to-markdown \- convert HTML to Markdown .SH SYNOPSIS .B html-to-markdown [\fI\,OPTIONS\/\fR] [\fI\,FILE\/\fR] .SH DESCRIPTION If no file is given, input will be read from STDIN .SH OPTIONS \fB\-h\fR, \fB\-\-help\fR Shows help and usage information .SH EXAMPLES Converting a file named document.html: .IP html\-to\-markdown document.html .PP Converting a file and saving its output: .IP html\-to\-markdown document.html > output.md .PP Converting from STDIN: .IP echo \-e '

Hello World!

' | html\-to\-markdown .PP Converting from STDIN and saving the output: .IP echo \-e '

Hello World!

' | html\-to\-markdown > output.md