Skip to content

@see tags incorrectly formatted in markdown ouput #1337

@kopischke

Description

@kopischke

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>]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions