Skip to content
New issue

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

Fix error tags-inline-link.md #247

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix error tags-inline-link.md #247

wants to merge 1 commit into from

Conversation

Manlx
Copy link

@Manlx Manlx commented Mar 4, 2024

Fix an error when using link in a markdown style where instead of using straight as []{@link linkHere } you should rather use it as []({@link linkHere })

Note:
This was not rendering as expected in my editor:
VsCode

Details about VScode:

Version: 1.87.0 (user setup)
Commit: 019f4d1419fbc8219a181fab7892ebccf7ee29a2
Date: 2024-02-27T23:41:44.469Z
Electron: 27.3.2
ElectronBuildId: 26836302
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Windows_NT x64 10.0.22631

Added context
I was using it with typescript when seeing this error, so I am not sure if the might be something with the typescript LSP

Using it the recommended way results in the following:
image

Using it in the []({@link LinkHere}) way results in:
image

Fix an error when using link in a markdown style where instead of using straight as []{@link linkHere } 
you should rather use it as []({@link linkHere })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant