feat: improve markdown rendering in Expert panel#7512
Merged
Conversation
Add proper styling for headings, tables, blockquotes, ordered lists, checkboxes, and copy-to-clipboard for tables — all scoped to the Expert panel's StreamableContent component.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7512 +/- ##
=======================================
Coverage 76.88% 76.88%
=======================================
Files 410 410
Lines 20939 20939
Branches 5098 5098
=======================================
Hits 16099 16099
Misses 4840 4840
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
n-lark
approved these changes
Jun 17, 2026
n-lark
left a comment
Contributor
There was a problem hiding this comment.
Looks good and all tests passed.
Test plan 🧪
- Verify headings h1–h6 render with visible size hierarchy in Expert chat
- Verify tables have borders, header background, and working copy button
- Verify blockquotes show accent left border and subtle text
- Verify ordered lists show numbers
- Verify unordered lists still show bullet points
- Verify GFM checkboxes render checked vs unchecked distinctly
- Verify code block copy button is on the left (with and without language label)
- Verify no style regressions on other FlowFuse pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All styles are scoped to
StreamableContent.vue— no impact on other FlowFuse pages.Test plan