Skip to content

Pandoc markdown to html

Example of using pandoc to convert markdown to html:

$ pandoc --self-contained --from=gfm --to=html --css=github-markdown.css --template=template.html moving1.md -o moving1.html