cleanup misc

This commit is contained in:
3zachm 2023-02-06 17:05:19 -08:00
parent 580086b2cc
commit 50a0882acf
3 changed files with 1 additions and 4 deletions
components/wiki

View file

@ -14,7 +14,6 @@ export default function RenderMarkdown({ children }: RenderMarkdownProps) {
<ReactMarkdown
remarkPlugins={[remarkGfm]}
rehypePlugins={[rehypeRaw, rehypeHighlight, rehypeSlug]}
// This doesnt work....
components={{
a: ({ node, ...props }) => {
return (