doc_components icon indicating copy to clipboard operation
doc_components copied to clipboard

Support JSDoc `{@link SomeClass#method}`

Open NfNitLoop opened this issue 2 years ago • 0 comments

https://jsdoc.app/tags-inline-link.html shows links in the format {@link SomeClass#method}, but deno_doc (or deno.land?) doesn't seem to support that format.

For example, at https://deno.land/x/[email protected]/mod.ts I just see

image

which is getting rendered as:

image

NfNitLoop avatar Mar 18 '23 01:03 NfNitLoop