Nono.MA

Convert HTML to Markdown with Pandoc

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 -o output.md input.html

CodeCliPandoc