Backend Notes

Hello AsciiDoc

This is a sample post to verify AsciiDoc rendering works correctly.

Code Block

public class Hello {
    public static void main(String[] args) {
        System.out.println("Hello from Backend Notes");
    }
}

Admonition

This note verifies admonition rendering.

List

  • First item

  • Second item

  • Third item

If you can read this, Hugo + Asciidoctor integration is working.