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

fix: keep line breaks in message text that contains multiple markdown elements #2429

Merged

Conversation

MartinCupela
Copy link
Contributor

🛠 Implementation details

keepLineBreaksPlugin's visitor function terminated tree traversal when encountered multiple markdown elements on one line.

fix: #2409

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.45%. Comparing base (b3734a4) to head (0bd6527).
Report is 3 commits behind head on release-v11.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-v11    #2429      +/-   ##
===============================================
- Coverage        85.48%   85.45%   -0.03%     
===============================================
  Files              392      392              
  Lines             9078     9078              
  Branches          2346     2346              
===============================================
- Hits              7760     7758       -2     
- Misses            1117     1119       +2     
  Partials           201      201              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MartinCupela MartinCupela merged commit 11e606f into release-v11 Jun 19, 2024
7 of 8 checks passed
@MartinCupela MartinCupela deleted the fix/keep-line-breaks-among-strong-paragraphs branch June 19, 2024 07:26
github-actions bot pushed a commit that referenced this pull request Jun 21, 2024
## [11.22.0](v11.21.0...v11.22.0) (2024-06-21)

### Bug Fixes

* adjust ChannelActionContextValue type ([#2434](#2434)) ([977ec39](977ec39))
* avoid eager channel pagination on channel open ([#2425](#2425)) ([c1e8b93](c1e8b93))
* keep line breaks in message text that contains multiple markdown elements ([#2429](#2429)) ([11e606f](11e606f))

### Features

* load lazily mp3 encoding library for audio recorder ([#2432](#2432)) ([2ca3188](2ca3188))
@stream-ci-bot
Copy link
Collaborator

🎉 This PR is included in version 11.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants