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 5513896 commit b38b60bCopy full SHA for b38b60b
4 files changed
apps/landing/src/mdx-components.tsx
@@ -3,7 +3,7 @@ import type { MDXComponents } from 'mdx/types'
3
import { Code } from './components/Code'
4
5
const _components = {
6
- code({ node, inline, className, children, ...props }: any) {
+ code({ node:_, inline, className, children, ...props }: any) {
7
const match = /language-(\w+)/.exec(className || '')
8
return !inline && match ? (
9
<Code
0 commit comments