Invalid links rendered from TSDoc #2219
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi
While going through the TSDoc Documentation in VSCode, I noticed that clicking on a link redirects me to a 404 page. Upon further investigation, I discovered that the way the links were written posed difficulties for VSCode to render them correctly, and it also did not adhere to the recommended format of TSDoc.
For instance, the following link:
is rendered as:
instead of the desired:
To address this issue, it is recommended to follow the TSDoc format, which involves placing whitespace before and after the
|
symbol:By making this adjustment, the links will be rendered correctly within VSCode and conform to the recommended TSDoc format.
The text was updated successfully, but these errors were encountered: