- 
                Notifications
    You must be signed in to change notification settings 
- Fork 289
feat: add optional remarkIgnoreMarkdown plugin to avoid markdown transform to HTML #2872
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
Conversation
| Size Change: +1.2 kB (+0.1%) Total Size: 1.18 MB 
 ℹ️ View Unchanged
 | 
| Codecov Report❌ Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##           master    #2872      +/-   ##
==========================================
- Coverage   81.56%   81.49%   -0.07%     
==========================================
  Files         496      497       +1     
  Lines       10063    10074      +11     
  Branches     2364     2367       +3     
==========================================
+ Hits         8208     8210       +2     
- Misses       1455     1464       +9     
  Partials      400      400              ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
## [13.10.0](v13.9.0...v13.10.0) (2025-10-23) ### Bug Fixes * control SimpleAttachmentSelector display according to channel capabilities ([#2860](#2860)) ([da9f02e](da9f02e)) * disable reply count button when missing send-reply permission ([#2871](#2871)) ([9e70560](9e70560)) * ensure message delivery data are recalculated for the latest message delivery confirmation ([#2869](#2869)) ([26cb181](26cb181)) * ensure submenu is aligned correctly in reference to the parent menu with floating-ui/react ([#2868](#2868)) ([fe84cf9](fe84cf9)) * exclude own read state from delivery status inference in ChannelPreview ([#2870](#2870)) ([2e9bc6e](2e9bc6e)) * use the nearest dialog manager to display dialogs ([#2865](#2865)) ([e4081c8](e4081c8)) ### Features * add optional remarkIgnoreMarkdown plugin to avoid markdown transform to HTML ([#2872](#2872)) ([33c6678](33c6678)) ### Chores * **deps:** bump axios from 1.9.0 to 1.12.2 in /examples/tutorial ([#2846](#2846)) ([3377c24](3377c24)) * **deps:** upgrade @stream-io/stream-chat-css to v5.15.0 ([cf3ad0f](cf3ad0f)) * **deps:** upgrade stream-chat to v9.25.0 ([419140c](419140c))
| 🎉 This PR is included in version 13.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 | 
🎯 Goal
Closes REACT-620
Meet a request to show in the message text in the message list the same text as the user can see in the message composer.
This PR introduces a new remark plugin that will avoid markdown transformation and will keep the text correctly escaped at the same time. The plugin keeps the original line breaks.