From b9d0d6dda649d94042cd64956d112f2fca4aaf3a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 May 2025 07:23:52 +0200 Subject: fix add custom regex for word count --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 015dd7c..37d550f 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ PDF_DOCUMENTS = _site/report.pdf include _make/*.mk +DOCUMENT_APPENDIX_REGEX = Pandoc plugin semantic-markdown + FILTER = _extensions/ruc-play/semantic-markdown/semantic-markdown.lua DIFFTESTS = $(patsubst %.md,%,$(wildcard test/*.md)) -- cgit v1.2.3