Skip to content

Commit 1c03b4f

Browse files
authored
docs(en): merge reactjs.org/main into zh-hans.reactjs.org/main @ dfc4448 (#1662)
2 parents 1f4be05 + 57cfa4b commit 1c03b4f

File tree

6 files changed

+605
-1429
lines changed

6 files changed

+605
-1429
lines changed

src/components/MDX/CodeBlock/CodeBlock.tsx

Lines changed: 1 addition & 0 deletions
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)