From 775fcd711374084078553126d3b655cc09000b0d Mon Sep 17 00:00:00 2001 From: tinger Date: Fri, 12 Jul 2024 10:30:37 +0200 Subject: [PATCH] Corrections after rebasing --- src/lib.typ | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib.typ b/src/lib.typ index 246ae43..d6f454b 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -2,11 +2,10 @@ #import "/src/util.typ" #import "/src/selectors.typ" -/// An anchor used to search from. -/// When using `hydra` outside of the page header, this should be placed inside the page header to -/// find the correct searching hydra-context. -/// `hydra` always searches from the last anchor it finds, if and only if it detects that it is -/// outside of the top-margin. +/// An anchor used to search from. When using `hydra` outside of the page header, this should be +/// placed inside the page header to find the correct searching hydra-context. `hydra` always +/// searches from the last anchor it finds, if and only if it detects that it is outside of the +/// top-margin. #let anchor() = [#metadata(()) ] /// Query for an element within the bounds of its ancestors.