diff options
Diffstat (limited to 'library/src/meta')
| -rw-r--r-- | library/src/meta/reference.rs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/library/src/meta/reference.rs b/library/src/meta/reference.rs index 1f1f2b23..328e6098 100644 --- a/library/src/meta/reference.rs +++ b/library/src/meta/reference.rs @@ -11,10 +11,11 @@ use crate::text::TextElem; /// [cite]($func/cite) from a bibliography. /// /// Referenceable elements include [headings]($func/heading), -/// [figures]($func/figure), and [equations]($func/equation). To create a custom -/// referenceable element like a theorem, you can create a figure of a custom -/// [`kind`]($func/figure.kind) and write a show rule for it. In the future, -/// there might be a more direct way to define a custom referenceable element. +/// [figures]($func/figure), and [equations]($func/math.equation). To create a +/// custom referenceable element like a theorem, you can create a figure of a +/// custom [`kind`]($func/figure.kind) and write a show rule for it. In the +/// future, there might be a more direct way to define a custom referenceable +/// element. /// /// If you just want to link to a labelled element and not get an automatic /// textual reference, consider using the [`link`]($func/link) function instead. |
