Using documentation build --format md ---github the following JSDOC tag
/**
* Some text.
* @see {@link https://no.such.domain}
*/
will output the following markdown
**See: [https://no.such.domain][<num>]
**
instead of the (I presume) intended
**See**: [https://no.such.domain][<num>]