v3.0.0
SRI Hashes
See static assets for how to use these.
- glossary.min.js:
sha384-o/A2OvoQ+P0/vUT99QFgVRbxY77odj9DCTQz9DcEOneH/rqOPs3ssAtLUTs3C25c
- glossary.min.css:
sha384-EkrLTMjPLeKhwCwBLstaYSF2fTw8HzWkC64e5Dpe1orWgYxKzTcFliHEg27cZ0lX
Added
-
Support a Markdown-based syntax for the glossary title and for terms (not just term descriptions).
-
When Markdown is enabled, support math typesetting using KaTeX.
- See the Settings menu for how to enable this.
- Inline math is written by surrounding an expression with dollar signs inside a code fragment:
$e = mc^2$
. - Display math is written using code blocks whose language is declared as
math
:
```math e = mc^2 ```
Fixed
- Make links in Markdown content not "tabbable" if a modal dialog is shown.