remove haskell filter

This commit is contained in:
2025-10-11 09:14:33 +08:00
parent 5a20323b59
commit 40f6d927cd
7 changed files with 14 additions and 61 deletions

View File

@@ -1,12 +1,7 @@
.PHONY: filter showAST nofilter
nofilter:
pandoc -fmarkdown -thtml input.md > output.html
hs:
pandoc -fmarkdown -thtml input.md --filter ./filter.hs > output.html
lua:
pandoc -fmarkdown -thtml input.md --lua-filter ./filter.lua > output.html