How to convert Markdown to HTML

Requirements:

Start with a .md file.

pandoc ./index.md  -o ./export-1.html --standalone

./export-1.html