File tree Expand file tree Collapse file tree
import-terms-from-yaml-file Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66> The previous version ` 0.5.4 ` introduced a regression which was fixed in this version.
77> Glossarium no longer adds whitespace around a reference.
88
9+ > [ !IMPORTANT]
10+ > Backreferences are no longer merged if they appear on the same page.
11+
912> [ !TIP]
1013> Thanks to @killercup , glossarium now has support for capitalization.
1114> You can directly call ` @Ref ` or ` @Ref:pl ` , or use the ` capitalize ` parameter in
1215> ` gls ` and ` glspl ` .
1316> Capitalization is limited to strings, but raises a panic if used on content.
17+ > You can also use new functions ` Gls ` , ` Glspl ` , and ` Agls ` .
1418
1519> [ !TIP]
1620> A new parameter ` description-separator ` allows you to customize the separator
1721> between the entry's title and its description.
1822
23+ > [ !TIP]
24+ > A new option in ` make-glossary ` allows you to always ask for long versions,
25+ > or disable links. By default, it is called with the options below
26+ > ``` typ
27+ > #show: make-glossary.with(always-long: false, link: false)
28+ > ```
29+
30+ > [!NOTE]
31+ > `longplural` is no longer allowed without its `long` counterpart.
32+
33+
1934## 0.5.4
2035
2136> [!TIP]
You can’t perform that action at this time.
0 commit comments