6 lines
177 B
Bash
Executable File
6 lines
177 B
Bash
Executable File
# prior build approach
|
|
#pandoc -s -c css/markdown.css paul_trowbridge.md -o pt.html
|
|
|
|
# current build approach
|
|
pandoc paul_trowbridge.md -o pt.html --css styles.css --standalone
|