cleanup misc
This commit is contained in:
parent
580086b2cc
commit
50a0882acf
3 changed files with 1 additions and 4 deletions
components/wiki
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue