denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Handle display of `@link` and `@linkcode` like dotland or vscode #2371

Closed kitsonk closed 1 year ago

kitsonk commented 2 years ago

Currently, JSDoc tags @link and @linkcode in markdown on dotland don't operate as expected. They render as {@link stringify} for example. They need to generate a link to the symbol in the source module they originate from, or if for some reason that can't be resolved, just rendered as text (or <code></code> in the case of @linkcode).

crowlKats commented 1 year ago

Closing as fixed