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 83ebfce commit 3f9ff48Copy full SHA for 3f9ff48
src/components/Markdown.tsx
@@ -12,6 +12,7 @@ import parse, {
12
import { renderMarkdown } from '~/utils/markdown'
13
import { getNetlifyImageUrl } from '~/utils/netlifyImage'
14
import { Tabs } from '~/components/Tabs'
15
+import { CodeBlock } from './CodeBlock'
16
17
type HeadingLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'
18
0 commit comments