diff --git a/src/components/atoms/Markdown.tsx b/src/components/atoms/Markdown.tsx
index 2edc94cdf..97c614866 100644
--- a/src/components/atoms/Markdown.tsx
+++ b/src/components/atoms/Markdown.tsx
@@ -13,10 +13,9 @@ const Markdown = ({
// https://github.com/rexxars/react-markdown/issues/105#issuecomment-351585313
const textCleaned = text?.replace(/\\n/g, '\n ')
return (
-
+
+ {textCleaned}
+
)
}