Skip to content

Commit e8bdfcf

Browse files
Update code.mdx
1 parent c646359 commit e8bdfcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Enable syntax highlighting by specifying the programming language after the open
5959

6060
We use [Shiki](https://shiki.style/) for syntax highlighting and support all available languages. See the full list of [languages](https://shiki.style/languages) in Shiki's documentation.
6161

62+
You can customize the appearance of code blocks globally using the `styling.codeblocks` configuration in your `docs.json` file. See [Settings](/settings#codeblocks) for more details on theme customization.
63+
6264
```java
6365
class HelloWorld {
6466
public static void main(String[] args) {

0 commit comments

Comments
 (0)