From 21ec3237f3091dbba8a5435a6eab373caf923fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Bulut?= Date: Thu, 24 Oct 2024 00:32:32 +0300 Subject: [PATCH] fix(client/markdown): allow line breaks in rendered markdown content (#95) --- client/app/components/Markdown/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/Markdown/index.jsx b/client/app/components/Markdown/index.jsx index 161e0928..d35fe9dd 100644 --- a/client/app/components/Markdown/index.jsx +++ b/client/app/components/Markdown/index.jsx @@ -10,7 +10,7 @@ export default function Markdown({ children, className, rawEnabled }) { return (