fix: Inconsistent Markdown Formatting in Custom Status Field#32574
fix: Inconsistent Markdown Formatting in Custom Status Field#32574ggazzo merged 31 commits intoRocketChat:developfrom
Conversation
🦋 Changeset detectedLatest commit: 5814d01 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32574 +/- ##
========================================
Coverage 59.40% 59.40%
========================================
Files 2543 2543
Lines 63183 63179 -4
Branches 14220 14219 -1
========================================
- Hits 37533 37532 -1
+ Misses 22934 22931 -3
Partials 2716 2716 |
|
Hey, thanks for your contribution, I was testing it and it fixes the issue with bold and one italic but not the other one, these text test test test |
Screen.Recording.-.Jun.11.2024.1.mp4@csuadev I have test the updated code with the specified markdown inputs to ensure all cases are handled correctly. |
MarcosSpessatto
left a comment
There was a problem hiding this comment.
Can we add tests to ensure the behavior? cc @csuadev
Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
|
I opened a PR with some tests for the component to ensure it renders the html elements as expected: #32914 |
|
Looks like this PR is ready to merge! 🎉 |
https://rocketchat.atlassian.net/browse/SUP-537
Proposed changes (including videos or screenshots)
Screen.Recording.-.Jun.8.2024.mp4
Issue(s)
Closes #32544
Closes #32081
Steps to test or reproduce
Further comments
For now, I have successfully tested this with input containing * (asterisk) and _ (underscore) signs. It would be better if I could have more test cases.