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.
Go to file
2022-11-03 15:01:36 +01:00
.gitignore Add some css 2022-11-03 15:01:36 +01:00
LICENSE Initial commit 2022-11-03 10:51:05 +01:00
markdown.css Add some css 2022-11-03 15:01:36 +01:00
README.md Add some css 2022-11-03 15:01:36 +01:00
samplefile.md Add some css 2022-11-03 15:01:36 +01:00

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