diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2023-12-11 17:03:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-11 17:03:26 +0100 |
| commit | ce9d4204723a41abb62c3d0600a5c02900006866 (patch) | |
| tree | faa1441dd8b4d548dfd719467726f4495e385414 /crates | |
| parent | d52fcd5b46ce3790c1cd0b1f5d84d44245f31095 (diff) | |
Mention `str(<label>)` feature in documentation for `label` (#2906)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/foundations/label.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typst/src/foundations/label.rs b/crates/typst/src/foundations/label.rs index b54db6fe..91ab572d 100644 --- a/crates/typst/src/foundations/label.rs +++ b/crates/typst/src/foundations/label.rs @@ -12,6 +12,9 @@ use crate::util::PicoStr; /// A labelled element can be [referenced]($ref), [queried]($query) for, and /// [styled]($styling) through its label. /// +/// Once constructed, you can get the name of a label using +/// [`str`]($str/#constructor). +/// /// # Example /// ```example /// #show <a>: set text(blue) |
