diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-21 00:31:50 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-21 00:31:50 +0100 |
| commit | dd718bb60b1f37e371b107e2fe6eefbf69f104fa (patch) | |
| tree | 3746cfd7394ef331605fd5c418223ac4bb8b7992 /library/src/text | |
| parent | ee732468c7487c81aa6470571077988b75d36ebb (diff) | |
Link directly to parameters
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/misc.rs | 2 | ||||
| -rw-r--r-- | library/src/text/quotes.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/src/text/misc.rs b/library/src/text/misc.rs index 4cbc038e..d05bf3ec 100644 --- a/library/src/text/misc.rs +++ b/library/src/text/misc.rs @@ -172,7 +172,7 @@ impl Fold for Delta { /// # Emphasis /// Emphasizes content by setting it in italics. /// -/// - If the current [text](@text) style is `{"normal"}`, +/// - If the current [text style](@text/style) is `{"normal"}`, /// this turns it into `{"italic"}`. /// - If it is already `{"italic"}` or `{"oblique"}`, /// it turns it back to `{"normal"}`. diff --git a/library/src/text/quotes.rs b/library/src/text/quotes.rs index 40a9bb82..88278718 100644 --- a/library/src/text/quotes.rs +++ b/library/src/text/quotes.rs @@ -6,7 +6,7 @@ use crate::prelude::*; /// A language-aware quote that reacts to its context. /// /// Automatically turns into an appropriate opening or closing quote based on -/// the active [text](@text) language. +/// the active [text language](@text/lang). /// /// ## Syntax /// This function also has dedicated syntax: The normal quote characters |
