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