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

Add's line breaks to comment text #2148

Merged
merged 12 commits into from
Jul 18, 2024
Merged

Conversation

nickbristow
Copy link
Collaborator

@nickbristow nickbristow commented Jul 16, 2024

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

  • If this code affects the other scrum team, have they been notified? (In Slack, as reviewers, etc.)

@nickbristow nickbristow marked this pull request as ready for review July 16, 2024 17:56
@sarahtress
Copy link
Collaborator

@nickbristow could you add some screenshots so I can review? thanks!

@nickbristow
Copy link
Collaborator Author

@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 <br> elements. So i hope this is good.
DIBBs_eCR_Viewer

@sarahtress
Copy link
Collaborator

this looks right to me!

{
stringBuilder.Append(ToHtmlString(row));
stringBuilder.Append(ToHtmlString(listData[i]));
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should be good now

Copy link
Collaborator

@BobanL BobanL left a comment

Choose a reason for hiding this comment

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

👯

@nickbristow nickbristow added this pull request to the merge queue Jul 18, 2024
Merged via the queue into main with commit f43e068 Jul 18, 2024
17 checks passed
@nickbristow nickbristow deleted the 2082/lab-comments-line-breaks branch July 18, 2024 18:45
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.

Fix breaks in Lab comments and narratives
3 participants