diff options
| author | mkpoli <mkpoli@mkpo.li> | 2024-01-26 00:07:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 15:07:37 +0000 |
| commit | ff6da491c81b03666d47c339132fad5c8bedf528 (patch) | |
| tree | 08a91db81bcf27858e606e52a02fe3a369fd6f20 | |
| parent | 47b8d61cd88664cc3ab74196b5464f9f5b1bfbf3 (diff) | |
Add explanation of show rule scope in footnote (#3187)
| -rw-r--r-- | crates/typst/src/model/footnote.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/typst/src/model/footnote.rs b/crates/typst/src/model/footnote.rs index bb67abf9..ba4d2f47 100644 --- a/crates/typst/src/model/footnote.rs +++ b/crates/typst/src/model/footnote.rs @@ -24,7 +24,8 @@ use crate::visualize::{LineElem, Stroke}; /// To customize the appearance of the entry in the footnote listing, see /// [`footnote.entry`]($footnote.entry). The footnote itself is realized as a /// normal superscript, so you can use a set rule on the [`super`]($super) -/// function to customize it. +/// function to customize it. You can also apply a show rule to customize +/// only the footnote marker (superscript number) in the running text. /// /// # Example /// ```example |
