-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: [IOCOM-2096] New lines on messages' IOMarkdown, when a br
tag is encountered
#6783
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6783 +/- ##
==========================================
+ Coverage 50.99% 51.01% +0.02%
==========================================
Files 1579 1579
Lines 32706 32725 +19
Branches 7361 7367 +6
==========================================
+ Hits 16679 16696 +17
- Misses 15982 15984 +2
Partials 45 45
Continue to review full report in Codecov by Sentry.
|
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.
LGTM
Short description
This PR adds support for multiple

br
tags on the rendering rules of messages, when using IOMarkdown.List of changes proposed in this pull request
br
occurrences are converted into new line characters (only in message and precondition's markdown)How to test
Using the io-dev-api-server, check that every
br
produces a new line. You can use the following markdown