> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-simplify-quickstart-2510244c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Code Blocks

> Display inline code and code blocks

## Inline Code

Use backticks (`) to show `inline code\`.

## Code Blocks

Use three backticks with an optional language name for syntax highlighting:

```java
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}
```

For more details, see the [Code Block page](/content/components/code).
