Display Markdown from entity in Markdown widget
S
Simon Beaulieu
Example use case: Having a dashboard that represents a collection of mermaid diagrams which are sourced from a repository. Assuming we have a dedicated blueprint that represents a single mermaid diagram with some metadata, we could create a dashboard that displays a collection of markdown widgets that renders diagrams for entities of that blueprint.
Another use case is with CodeQL alerts, there's a "Help" property in each CodeQL alert that is a markdown formatted string which explains potential solutions for the root cause of the alert. For a security focused dashboard we could include this documentation in markdown widgets alongside lists of currently open alerts. Engineers could use this dashboard to prioritize fixing alerts based on severity and immediately benefit from some pointers on how to implement the solution