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

LSP hover responses escape backticks within inline code #75364

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich requested a review from a team as a code owner October 3, 2024 07:53
@JoeRobich JoeRobich merged commit 281f841 into main Oct 3, 2024
25 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Oct 3, 2024
public async Task TestGetHoverAsync_UsingMarkupContentEscapesBacktickInCode(bool mutatingLspWorkspace)
{
var markup =
@"class A
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: raw strings are a lot nicer for tests.

```

Hello ``A`1[B,C]``
";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Backticks in doc comments are not escaped when converting to markdown for quick info.
4 participants