fix(scaffolder): open markdown links in new tab for template outputs
Signed-off-by: Vivek Hipparkar <vivekhipparkar@gmail.com>
This commit is contained in:
+4
-1
@@ -96,7 +96,10 @@ export const DefaultTemplateOutputs = (props: {
|
||||
titleTypographyProps={{ component: 'h2' }}
|
||||
>
|
||||
<Box padding={2} height="100%">
|
||||
<MarkdownContent content={textOutput.content ?? ''} />
|
||||
<MarkdownContent
|
||||
content={textOutput.content ?? ''}
|
||||
linkTarget="_blank"
|
||||
/>
|
||||
</Box>
|
||||
</InfoCard>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user