allow task action descriptions to use markdown

This allows richer explanations for the behaviour of actions in the
actions documentation page.

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2023-01-03 21:37:03 +00:00
parent 954fef3470
commit 2fadff2a25
6 changed files with 16 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Render the scaffolder action description using the `MarkdownContent` component. This will allow the page to show richer content to describe scaffolder actions.