From 81390468b95e786e2aabb41ddcbdd91ab9b345c3 Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Sun, 12 May 2024 22:16:02 -0400 Subject: Add glossary-first handlebars (#921) * Add glossary-first handlebars * Add docs * Fix missing /if * Write handlebars test data --- ext/settings.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ext/settings.html') diff --git a/ext/settings.html b/ext/settings.html index 252de038..8dfd6f51 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -2983,6 +2983,18 @@ {glossary-no-dictionary} List of definitions for the term, except the dictionary tag is omitted. + + {glossary} + First definition for the term. + + + {glossary-brief} + First definition for the term in a more compact format. + + + {glossary-no-dictionary} + First definition for the term, except the dictionary tag is omitted. + {part-of-speech} Part of speech information for the term. -- cgit v1.2.3