We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ace159 commit d825f3cCopy full SHA for d825f3c
components/MDXComponents.tsx
@@ -19,7 +19,6 @@ export const components: MDXComponents = {
19
__withmeta__,
20
...props
21
}: React.HTMLAttributes<HTMLPreElement> & { __rawcode__?: string; __withmeta__?: string }) => {
22
- console.log('__withmeta__', __withmeta__)
23
return (
24
<>
25
<pre
0 commit comments