diff options
Diffstat (limited to 'library/src/math/op.rs')
| -rw-r--r-- | library/src/math/op.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/math/op.rs b/library/src/math/op.rs index 699d326a..1a3acaa3 100644 --- a/library/src/math/op.rs +++ b/library/src/math/op.rs @@ -4,14 +4,14 @@ use super::*; /// A text operator in an equation. /// -/// ## Example +/// ## Example { #example } /// ```example /// $ tan x = (sin x)/(cos x) $ /// $ op("custom", /// limits: #true)_(n->oo) n $ /// ``` /// -/// ## Predefined Operators +/// ## Predefined Operators { #predefined } /// Typst predefines the operators `arccos`, `arcsin`, `arctan`, `arg`, /// `cos`, `cosh`, `cot`, `ctg`, `coth`, `csc`, `deg`, `det`, `dim`, /// `exp`, `gcd`, `hom`, `mod`, `inf`, `ker`, `lg`, `lim`, `ln`, `log`, |
