summaryrefslogtreecommitdiff
path: root/data/templates/default.typst
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.typst')
-rw-r--r--data/templates/default.typst9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/default.typst b/data/templates/default.typst
index 43674bc32..c04b5e40f 100644
--- a/data/templates/default.typst
+++ b/data/templates/default.typst
@@ -1,5 +1,14 @@
$definitions.typst()$
+#show terms: it => {
+ it.children
+ .map(child => [
+ #strong[#child.term]
+ #block(inset: (left: 1.5em, top: -0.4em))[#child.description]
+ ])
+ .join()
+}
+
$if(template)$
#import "$template$": conf
$else$