readableFilter/makefile
2025-04-20 19:38:11 +08:00

8 lines
149 B
Makefile

.PHONY: filter showAST
filter:
pandoc -fmarkdown -thtml input.md --filter ./filter.hs > output.html
showAST:
pandoc -fmarkdown -tnative input.md