-
Notifications
You must be signed in to change notification settings - Fork 701
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
defaultValue rendering defaults to code block #2601
Comments
Gerrit0
added a commit
to TypeStrong/typedoc-site
that referenced
this issue
Jun 21, 2024
Huh, VSCode updated their criteria... that used to be rendered as code if the block didn't contain a code block, matching TypeDoc's implementation. Easy fix, and I like this way better... |
This was referenced Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search terms
defaultValue, default, code, formatting, tsdoc, tag
Expected Behavior
When setting a
@defaultValue
block tag, I expect to be able to link to external sources and use inline tags such as@link
.This is the behavior I get when using VSCode Intellisense as well.
Actual Behavior
When setting a
@defaultValue
block tag, the entire content of@defaultValue
gets formatted as a code block. This prevents inline tags from rendering properly.I can work around this by adding a piece of
inline code
within the description, which seems to disable the code block around the entire description.Steps to reproduce the bug
Minimal repro:
Environment
The text was updated successfully, but these errors were encountered: