3 lines
94 B
Bash
Executable file
3 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pandoc --template=template.html -o doc.html doc.md -c style.css --toc --toc-depth=2 |