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} ); };