APRIL 15, 2021
After downloading a website as HTML with cURL or any other workflow, you can convert the HTML code to the Markdown syntax with pandoc.
pandoc
pandoc -o output.md input.html
CodeCliPandoc