GHHG10's picture
download
raw
895 Bytes
---
title: "Code blocks"
description: "Display inline code and code blocks"
icon: "code"
---
## Inline code
To denote a `word` or `phrase` as code, enclose it in backticks (`).
```
To denote a `word` or `phrase` as code, enclose it in backticks (`).
```
## Code blocks
Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks and follow the leading ticks with the programming language of your snippet to get syntax highlighting. Optionally, you can also write the name of your code after the programming language.
```java HelloWorld.java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
```
````md
```java HelloWorld.java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
```
````

Xet Storage Details

Size:
895 Bytes
·
Xet hash:
d8e02a6be21bfa36a96009500f12f814fac366dfad9ca5eb6a00b83d8f8763d7

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.