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

Quick Info for <code> should not normalize whitespace #37503

Closed
sharwell opened this issue Jul 26, 2019 · 0 comments · Fixed by #53140
Closed

Quick Info for <code> should not normalize whitespace #37503

sharwell opened this issue Jul 26, 2019 · 0 comments · Fixed by #53140
Labels
Area-IDE Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@sharwell
Copy link
Member

sharwell commented Jul 26, 2019

This is a follow-up to #35667.

See #35667 (comment).

🔗 Also filed as AB#1322022

Sample code

/// <summary>
/// <code>
/// code line 1
/// code line 2
/// </code>
/// </summary>
private int value;

Expected result

Quick Info for value renders the summary code as a two-line code block with code font.

Actual result

Quick Info for value renders the summary code on one line with code font.

@sharwell sharwell added Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Area-IDE labels Jul 26, 2019
@sharwell sharwell added this to the Backlog milestone Jul 26, 2019
@sharwell sharwell added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels Jun 24, 2021
@sharwell sharwell modified the milestones: Backlog, 16.11 Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant