-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
the function refLink works fine for HTTP links, but for internal schema references it just makes the link the same as the reference, so you get a bunch of links to things like #/definitions/myDef. When used in a browser or in the VS Code markdown viewer extension, those links don't seem to lead to any defined element in the markup.
I'd like to volunteer to make the following updates:
- Put an HTML anchor id on each element under definitions (like
<span id="/definitions/myDef"> myDef </span>) - Make sure the hyperlinks point to that id
Reference: https://daveabrock.com/2018/03/04/using-anchor-links-in-markdown
Metadata
Metadata
Assignees
Labels
No labels