aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-22 07:23:52 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-22 07:23:52 +0200
commitb9d0d6dda649d94042cd64956d112f2fca4aaf3a (patch)
tree0928bb40700f0b2476820dec2e861f1acb5a03cd
parent2dd336f404674b7cb4c106d9b6bf98de071130a9 (diff)
fix add custom regex for word count
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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))