We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829572d commit 1537affCopy full SHA for 1537aff
src/components/MarkdownWrapper.tsx
@@ -62,7 +62,7 @@ const MarkdownWrapper = ({ children }: { children: React.ReactNode }) => {
62
</li>
63
),
64
65
- code({ inline, children, ...props }: React.HTMLAttributes<HTMLElement> & { inline?: boolean }) {
+ code({ inline, children }: React.HTMLAttributes<HTMLElement> & { inline?: boolean }) {
66
if (inline) {
67
return (
68
<code
0 commit comments