diff --git a/x-pack/plugins/reporting/public/management/components/report_diagnostic.tsx b/x-pack/plugins/reporting/public/management/components/report_diagnostic.tsx index 22236f77ffdae..b535a8a94a3ac 100644 --- a/x-pack/plugins/reporting/public/management/components/report_diagnostic.tsx +++ b/x-pack/plugins/reporting/public/management/components/report_diagnostic.tsx @@ -16,6 +16,7 @@ import { EuiFlyout, EuiFlyoutBody, EuiFlyoutHeader, + EuiMarkdownFormat, EuiSpacer, EuiSteps, EuiText, @@ -178,7 +179,9 @@ export const ReportDiagnostic = ({ apiClient }: Props) => { {help.length ? ( -

{help.join('\n')}

+

+ {help.join('\n')} +

) : null}