From 5397c85397da61ae3417ddf60b455dcbda07cd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Wed, 8 Oct 2025 10:06:53 +0200 Subject: [PATCH] allow content in acknowledgement --- template/template.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/template.typ b/template/template.typ index b19ba2e..2027a61 100644 --- a/template/template.typ +++ b/template/template.typ @@ -68,7 +68,7 @@ abstract, "dictionary[string : string | content] | none", "abstract argument" ); assert_type_signature( - acknowledgement, "dictionary[string : string] | none", "acknowledgement content" + acknowledgement, "dictionary[string : string | content] | none", "acknowledgement content" ); assert_type_signature(author, "string | none", "author argument"); assert_type_signature(author_pronouns, "string | none", "author gender argument");