Skip to content

Render Blueprint descriptions as markdown#6991

Merged
hardillb merged 4 commits intomainfrom
fix-blueprint-markdown
Apr 1, 2026
Merged

Render Blueprint descriptions as markdown#6991
hardillb merged 4 commits intomainfrom
fix-blueprint-markdown

Conversation

@hardillb
Copy link
Copy Markdown
Contributor

fixes #6983

Description

Blueprint descriptions are supposed to be markdown

Related Issue(s)

#6983

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

@hardillb hardillb requested a review from cstns March 28, 2026 18:47
@hardillb hardillb self-assigned this Mar 28, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.29%. Comparing base (6077f84) to head (a99e371).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6991   +/-   ##
=======================================
  Coverage   76.29%   76.29%           
=======================================
  Files         403      403           
  Lines       20296    20296           
  Branches     4881     4881           
=======================================
  Hits        15485    15485           
  Misses       4811     4811           
Flag Coverage Δ
backend 76.29% <ø> (ø)

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.

<div class="ff-blueprint-tile--info">
<label>{{ blueprint.name }}</label>
<p :title="blueprint.description">{{ blueprint.description }}</p>
<p :title="blueprint.description">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the content prop on the ff-markdown-viewer component is required, we should gate the entire paragraph behind a v-if

Co-authored-by: Costin Serban <cstn.serban@gmail.com>
@hardillb hardillb enabled auto-merge April 1, 2026 08:25
@hardillb hardillb merged commit c8c9ce5 into main Apr 1, 2026
36 of 38 checks passed
@hardillb hardillb deleted the fix-blueprint-markdown branch April 1, 2026 08:49
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.

Blueprint description field: Markdown formatting not rendered but recommended in UI

2 participants