-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
docsImprovements or additions to documentationImprovements or additions to documentation
Description
Description
#6867 added a link to $math.arrow. (Preview)
However, typst-docs resolves it to /reference/math/arrow/, which does not exist.
It should resolve to somewhere in https://typst.app/docs/reference/math/accent/.
The following test will pass, but it's not the desired behaviour.
#[test]
fn test_math_accent() {
assert_eq!(
resolve_definition("$math.arrow", "/"),
Ok("/reference/math/arrow/".into()) // does not exist
);
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to documentationImprovements or additions to documentation