From 92b00d9254e53929ccab1ab93fa8ddb79402f624 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 29 Nov 2023 08:50:06 -1000 Subject: [PATCH] wikilinks.lua cleanup, 2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6b9c0d..1b1b268 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ html-cfp: MD2HTML=$(PANDOC) \ -f markdown-smart-tex_math_dollars+autolink_bare_uris+wikilinks_title_after_pipe \ - --lua-filter=fixwikilinks.lua + --lua-filter=wikilinks.lua # generate html from a md file out/%.html: src/%.md page.tmpl