8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
# list commands
|
||
|
default:
|
||
|
just --list --unsorted
|
||
|
|
||
|
# build html
|
||
|
html:
|
||
|
pandoc -f markdown -t html5 -s -H style.html -o townies-and-taverns.html emails.txt
|