aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
pandoc |
public |
2020-05-16 03:46:32 -0700 |
2020-05-16 03:46:32 -0700 |
false |
20200516104632 |
false |
false |
|
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