tsdoc icon indicating copy to clipboard operation
tsdoc copied to clipboard

Support for code-formatted links

Open hiranya911 opened this issue 3 years ago • 0 comments

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?

hiranya911 avatar Apr 29 '21 00:04 hiranya911