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