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