-
Notifications
You must be signed in to change notification settings - Fork 292
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(MarkdownUtil): add sanitizeMarkdown function [WPB-10991] #18581
Conversation
…nline code detection
…image transformation logic
…itions for improved detection and sanitization
…larity and consistency
Quality Gate passedIssues Measures |
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!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #18581 +/- ##
==========================================
+ Coverage 46.14% 46.23% +0.08%
==========================================
Files 875 875
Lines 26831 26887 +56
Branches 6070 6076 +6
==========================================
+ Hits 12380 12430 +50
- Misses 12904 12910 +6
Partials 1547 1547 |
Description
Sanitize markdown symbols to display message drafts.
Checklist