first commit

This commit is contained in:
2025-04-20 19:38:11 +08:00
commit 68f8216b55
5 changed files with 41 additions and 0 deletions

8
makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: filter showAST
filter:
pandoc -fmarkdown -thtml input.md --filter ./filter.hs > output.html
showAST:
pandoc -fmarkdown -tnative input.md