summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorraphCode <15750438+raphCode@users.noreply.github.com>2023-06-20 16:59:20 +0200
committerGitHub <noreply@github.com>2023-06-20 16:59:20 +0200
commit8513c2b0fb2275e5d14ea4efa77e38e026b4a920 (patch)
tree0daecf3acf01c9327d48695a0b51fc8851b11b71 /library
parent03675fc429bd4e7aa71890922e359940cbf3c2ca (diff)
Add note that show rules might not apply to footnotes (#1484)
Diffstat (limited to 'library')
-rw-r--r--library/src/meta/footnote.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/src/meta/footnote.rs b/library/src/meta/footnote.rs
index 1c95716c..950057ba 100644
--- a/library/src/meta/footnote.rs
+++ b/library/src/meta/footnote.rs
@@ -28,6 +28,11 @@ use crate::visualize::LineElem;
/// there is a space before it in the markup. To force space, you can use the
/// 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
/// Category: meta
#[element(Locatable, Synthesize, Show)]