4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
pandoc -f markdown -t html5 --css ../../dependencies/pandoc.css $1.md -o compiled/$1.html
|