Inline Code

Use backticks () to show inline code`.

Code Blocks

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

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

For more details, see the Code Block page.

Was this page helpful?