From bb2ade74e6343fa5335cccf9258818808ae8db81 Mon Sep 17 00:00:00 2001 From: harish-sethuraman Date: Fri, 5 Nov 2021 11:04:46 +0530 Subject: [PATCH] Add linefeed in the mdx and handle it (#4039) * Add linefeed in the mdx and handle it * Add preserve whitespace --- beta/src/components/MDX/TerminalBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/components/MDX/TerminalBlock.tsx b/beta/src/components/MDX/TerminalBlock.tsx index 71fb2108..aebcb11a 100644 --- a/beta/src/components/MDX/TerminalBlock.tsx +++ b/beta/src/components/MDX/TerminalBlock.tsx @@ -43,7 +43,7 @@ function TerminalBlock({level = 'info', children}: TerminalBlockProps) { Terminal -
+
{message}