Closed SilverRainZ closed 2 years ago
In _setup_nodes
, the anchor node(ahrnode) will be noted by note_explicit_target
for ahrnode, while sectnode
is already noted by note_implicit_target
. Multiple note_xxx_target
calls to same node causes undefined behavior, so we use titlenode
as anchor node.