From cd7e1a5c0a03f57c4e3663fe5180ac583ce585f2 Mon Sep 17 00:00:00 2001 From: Jacob Bryant Date: Thu, 28 Sep 2023 15:35:20 -0400 Subject: [PATCH] reverting markdown change --- src/components/current/Markdown.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/current/Markdown.tsx b/src/components/current/Markdown.tsx index 97ec7a47..853bc411 100644 --- a/src/components/current/Markdown.tsx +++ b/src/components/current/Markdown.tsx @@ -3,12 +3,6 @@ import ReactMarkdown from 'react-markdown'; //====================================== export const Markdown = ({ children }: { children: string }) => { - // regex to match URLs in text that arent already formatted as links in markdown - const urlRegex = /(? `[${url}](${url})`); - return ( { code: (props) => , }} > - {processedText} + {children} ); };