microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.7k stars 130 forks source link

Support for code-formatted links #294

Open hiranya911 opened 3 years ago

hiranya911 commented 3 years ago

Is there a way to code-format the text of a link? I've tried the following options in the playground, and they didn't work.

/**
 * This is a {@link http://test.com | `link`}.
 */
/**
 * This is a `{@link http://test.com | link}.`
 */

Is this use case currently supported?