From cfca1158045be4a3bfeaac5b12ac2aac182fa77c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 22 Jan 2023 13:28:46 +0100 Subject: Math sub-, superscript and limit layout --- library/src/text/shift.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'library/src/text') 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! -- cgit v1.2.3