diff --git a/components/StyledMarkdown.tsx b/components/StyledMarkdown.tsx index 93914bd22..11631883f 100644 --- a/components/StyledMarkdown.tsx +++ b/components/StyledMarkdown.tsx @@ -495,7 +495,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => { const fullMarkdown = useContext(FullMarkdownContext); if (!fullMarkdown) return null; return ( -
+
+ + ● + {children} ); @@ -543,8 +546,9 @@ export function TableOfContentMarkdown({ return ( + {children} ); @@ -559,8 +563,15 @@ export function TableOfContentMarkdown({ return ( + + ● ● ● ● + + + ● + + {children} ); @@ -575,8 +586,16 @@ export function TableOfContentMarkdown({ return ( + + ● ● ● ● ● ● + ● ● ● ● ● + + + ● + + {children} );