-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add's line breaks to comment text #2148
Conversation
@nickbristow could you add some screenshots so I can review? thanks! |
@sarahtress So we don't have a ton of data outside the HTML version, but I can see that they are separate strings and they are using |
this looks right to me! |
{ | ||
stringBuilder.Append(ToHtmlString(row)); | ||
stringBuilder.Append(ToHtmlString(listData[i])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we try to resolve this warning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👯
PULL REQUEST
Adds line breaks to comment text
Summary
When a piece of text has
<br>
separators, it adds a paragraph tag around each piece.Related Issue
Fixes #2082
Additional Information
Anything else the review team should know?
Checklist