-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Describe the current behavior
Wherever we support markdown we should also be able to support mermaidjs, which would significantly expand documentation options for deployments and work pools and would improve the quality of markdown artifacts.
Describe the proposed behavior
Wherever we support markdown, also support ```mermaid blocks like this:
\`\`\`mermaid
xychart
title "Sales Revenue"
x-axis [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
y-axis "Revenue (in $)" 4000 --> 11000
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
\`\`\`
which github and Cloud correctly render as:
xychart
title "Sales Revenue"
x-axis [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
y-axis "Revenue (in $)" 4000 --> 11000
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
Example Use
No response
Additional context
No response
Reactions are currently unavailable