Skip to content

Commit 9b95933

Browse files
committed
fix callout
1 parent 5569ef2 commit 9b95933

File tree

1 file changed

+2
-2
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+2
-2
lines changed

fern/products/docs/pages/component-library/default-components/code-blocks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ max-toc-depth: 2
66

77
The `<CodeBlock>` component displays code examples with syntax highlighting. Code blocks support line highlighting, focusing, titles, and deep linking to make your code examples more readable and interactive.
88

9-
<Note>
9+
<Info title="Supported languages">
1010
Fern supports [Shiki](https://shiki.matsu.io/) syntax highlighting for the following languages:
1111

1212
- `curl`
@@ -21,7 +21,7 @@ The `<CodeBlock>` component displays code examples with syntax highlighting. Cod
2121
- `rust`
2222

2323
If you specify a language that's not on this list, Fern will still display the code block but without syntax highlighting.
24-
</Note>
24+
</Info>
2525

2626
## Usage
2727

0 commit comments

Comments
 (0)