This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-css/README.md
2022-11-03 15:01:36 +01:00

294 B

markdown-css

Use <link href="/home/marc/GitProjects/markdown-css/markdown.css" rel="stylesheet"></link> on top of the markdown document

Conversion with pandoc -t html5 --metadata title="<title>" <file>.md -o <file>.pdf

To test the html output:
pandoc <file>.md -o <file>.html