9 lines
187 B
Makefile
9 lines
187 B
Makefile
|
|
nofilter:
|
|
pandoc -fmarkdown -thtml input.md > output.html
|
|
|
|
lua:
|
|
pandoc -fmarkdown -thtml input.md --lua-filter ./filter.lua > output.html
|
|
|
|
showAST:
|
|
pandoc -fmarkdown -tnative input.md
|