diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:28:46 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-22 13:29:55 +0100 |
| commit | cfca1158045be4a3bfeaac5b12ac2aac182fa77c (patch) | |
| tree | c2daee33cb9048c6f83c9284b29b3a079625226d /library/src/text | |
| parent | f7b3b30ca1b678683a40830406af981ad6b197c2 (diff) | |
Math sub-, superscript and limit layout
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/shift.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/src/text/shift.rs b/library/src/text/shift.rs index 611ed455..81b3c115 100644 --- a/library/src/text/shift.rs +++ b/library/src/text/shift.rs @@ -9,9 +9,6 @@ use crate::prelude::*; /// /// The text is rendered smaller and its baseline is lowered. /// -/// _Note:_ In the future, this might be unified with the [script](@script) -/// function that handles subscripts in math. -/// /// ## Example /// ``` /// Revenue#sub[yearly] @@ -93,9 +90,6 @@ impl Show for SubNode { /// /// The text is rendered smaller and its baseline is raised. /// -/// _Note:_ In the future, this might be unified with the [script](@script) -/// function that handles superscripts in math. -/// /// ## Example /// ``` /// 1#super[st] try! |
