We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using documentation build --format md ---github the following JSDOC tag
documentation build --format md ---github
/** * 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>]
The text was updated successfully, but these errors were encountered:
fix: @see tags incorrectly formatted in markdown ouput fixed document…
8dea6ae
…ationjs#1337
817a82c
5d8d450
anthony-redFox
No branches or pull requests
Using
documentation build --format md ---github
the following JSDOC tagwill output the following markdown
instead of the (I presume) intended
The text was updated successfully, but these errors were encountered: