mirror of
https://github.com/typst/typst
synced 2025-05-17 02:25:27 +08:00
Add explanation of show rule scope in footnote (#3187)
This commit is contained in:
parent
47b8d61cd8
commit
ff6da491c8
@ -24,7 +24,8 @@ use crate::visualize::{LineElem, Stroke};
|
|||||||
/// To customize the appearance of the entry in the footnote listing, see
|
/// To customize the appearance of the entry in the footnote listing, see
|
||||||
/// [`footnote.entry`]($footnote.entry). The footnote itself is realized as a
|
/// [`footnote.entry`]($footnote.entry). The footnote itself is realized as a
|
||||||
/// normal superscript, so you can use a set rule on the [`super`]($super)
|
/// 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
|
||||||
/// ```example
|
/// ```example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user