Sample post 1

· 1 min read sample test-ui

This is a sample post (dummy content, not real) — used only to check how AsciiDoc elements render: admonitions, a table, a code block with a callout, an image, and an internal cross-reference. See the conclusion at the end for more.

Sample image — placeholder

Sample code block

public record SamplePost(String slug, String title, List<String> tags) {

    public boolean hasTag(String tag) {
        return tags.contains(tag); // (1)
    }
}
  1. Sample callout note.

Sample inline code: hugo && npx pagefind --site public.

Sample admonitions

Note
This is a sample NOTE admonition, used to check its display style.
Warning
This is a sample WARNING admonition.
Tip
This is a sample TIP admonition.

Sample table

Column 1 Column 2

Row 1

Sample data

Row 2

Sample data

Conclusion

All of the above exists purely to check the UI — it doesn’t represent any real post.

Get new posts in your inbox

Whenever there's a new post about Spring Boot, system architecture, or technical notes, it lands straight in your inbox.

No spam, your email is never shared. Unsubscribe anytime.