Skip to content

Commit

Permalink
Corrections after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jul 12, 2024
1 parent c316c8e commit 775fcd7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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(()) <hydra-anchor>]

/// Query for an element within the bounds of its ancestors.
Expand Down

0 comments on commit 775fcd7

Please sign in to comment.