mirror of
https://github.com/typst/typst
synced 2025-06-28 16:22:53 +08:00
Add note that show rules might not apply to footnotes (#1484)
This commit is contained in:
parent
03675fc429
commit
8513c2b0fb
@ -28,6 +28,11 @@ use crate::visualize::LineElem;
|
|||||||
/// there is a space before it in the markup. To force space, you can use the
|
/// there is a space before it in the markup. To force space, you can use the
|
||||||
/// string `[#" "]` or explicit [horizontal spacing]($func/h).
|
/// string `[#" "]` or explicit [horizontal spacing]($func/h).
|
||||||
///
|
///
|
||||||
|
/// _Note:_ Set and show rules in the scope where `footnote` is called may not
|
||||||
|
/// apply to the footnote's content. See [here][issue] more information.
|
||||||
|
///
|
||||||
|
/// [issue]: https://github.com/typst/typst/issues/1467#issuecomment-1588799440
|
||||||
|
///
|
||||||
/// Display: Footnote
|
/// Display: Footnote
|
||||||
/// Category: meta
|
/// Category: meta
|
||||||
#[element(Locatable, Synthesize, Show)]
|
#[element(Locatable, Synthesize, Show)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user