Skip to content

Commit dfc4448

Browse files
Reference docs for captureOwnerStack (#7427)
Co-authored-by: Ricky <[email protected]>
1 parent c76a1f7 commit dfc4448

File tree

6 files changed

+606
-1431
lines changed

6 files changed

+606
-1431
lines changed

Diff for: src/components/MDX/CodeBlock/CodeBlock.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ function getInlineDecorators(
336336
line.step === 3,
337337
'bg-green-40 border-green-40 text-green-60 dark:text-green-30':
338338
line.step === 4,
339+
// TODO: Some codeblocks use up to 6 steps.
339340
}
340341
),
341342
})

0 commit comments

Comments
 (0)