Skip to content

nested links inside tex-math are not "flattened" #489

@pkra

Description

@pkra

In tran8954 we have a case of nested links inside tex-math. While this use case may be resolved upstream, it raises the problem that xref.js currently does not flatten nested links inside tex-math because

const isNestedLink = htmlParentNode.closest('a');

won't be true - we're rewriting to TeX markup.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions