Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 566 Bytes

pandoc-cheatsheet.md

File metadata and controls

28 lines (25 loc) · 566 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
pandoc-cheatsheet
pandoc
public
2020-05-16 03:46:32 -0700
2020-05-16 03:46:32 -0700
false
20200516104632
false
false
pandoc
commands
markdown
markup
cheatsheet
Pandoc Cheatsheet
tech-note
# Convert Markdown to HTML:
pandoc --from=markdown --to=html <file>.md > <file>.html

# Create a self-contained HTML file:
pandoc --toc --css <stylesheet>.css --standalone <input>.md --toc --output <output>.html