diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-02-23 12:31:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-23 11:31:28 +0000 |
| commit | 56f4fa2b4d4d772c5b19c9842419dcc4e078744b (patch) | |
| tree | c0be1f617afbcd51388d500e253cda0527034114 /crates/typst-library/src/foundations | |
| parent | 55bc5f4c940c86377f1ffe25b42fdb01a6827358 (diff) | |
Documentation improvements (#5888)
Diffstat (limited to 'crates/typst-library/src/foundations')
| -rw-r--r-- | crates/typst-library/src/foundations/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/foundations/symbol.rs b/crates/typst-library/src/foundations/symbol.rs index 8a80506f..2c391ee4 100644 --- a/crates/typst-library/src/foundations/symbol.rs +++ b/crates/typst-library/src/foundations/symbol.rs @@ -21,6 +21,7 @@ use crate::foundations::{ /// be accessed using [field access notation]($scripting/#fields): /// /// - General symbols are defined in the [`sym` module]($category/symbols/sym) +/// and are accessible without the `sym.` prefix in math mode. /// - Emoji are defined in the [`emoji` module]($category/symbols/emoji) /// /// Moreover, you can define custom symbols with this type's constructor |
