Given file1.md, with:
# My Title
content
and file2.md with:
# New section
See [My Title](@ref)
What am I missing such that the link in file2.md points to the My Title
section in file1.md? From the generated outputs it seems that it is cross-referencing only within each file.
(I tried adding (@id other_name)
and referencing that explicility, but the problem is the same).
FWIW, I'm generating the docs locally with LiveServer + servedocs(), but I guess tha has nothing to do with it.
That should work. Are you getting reference link warnings during doc generation?
Oh, yes, right, there were identical titles, I didn't notice the warnings. Thanks!
Leandro Martínez has marked this topic as resolved.
Last updated: Nov 06 2024 at 04:40 UTC