pandoc input.md -f gfm -o output.html

Category: Media & Conversion

pandoc input.md -f gfm -o output.html

Convert GitHub-flavored Markdown to HTML

Converts GitHub-flavored Markdown, the dialect GitHub renders with task lists and tables, to HTML. -f gfm sets the input format explicitly. The default markdown input handles most of the same syntax.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.