Skip to content

Fix StreamableContent render/sanitization order#6936

Merged
Steve-Mcl merged 2 commits intomainfrom
expert/fix-markdown-renderer
Mar 23, 2026
Merged

Fix StreamableContent render/sanitization order#6936
Steve-Mcl merged 2 commits intomainfrom
expert/fix-markdown-renderer

Conversation

@cstns
Copy link
Copy Markdown
Contributor

@cstns cstns commented Mar 23, 2026

Description

Fixed StreamableContent order in which markdown text is parsed, streamed and sanitized in order to correctly render markdown

image

Related Issue(s)

closes #6935

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@cstns cstns requested a review from Steve-Mcl March 23, 2026 09:40
@cstns cstns self-assigned this Mar 23, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.63%. Comparing base (5ff8364) to head (498ae0c).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6936   +/-   ##
=======================================
  Coverage   76.63%   76.63%           
=======================================
  Files         399      399           
  Lines       20167    20167           
  Branches     4856     4856           
=======================================
  Hits        15454    15454           
  Misses       4713     4713           
Flag Coverage Δ
backend 76.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Steve-Mcl Steve-Mcl enabled auto-merge March 23, 2026 10:54
@Steve-Mcl Steve-Mcl merged commit 40c9b63 into main Mar 23, 2026
29 checks passed
@Steve-Mcl Steve-Mcl deleted the expert/fix-markdown-renderer branch March 23, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expert rich content renderer not rendering markdown

2 participants