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 code block
public record SamplePost(String slug, String title, List<String> tags) {
public boolean hasTag(String tag) {
return tags.contains(tag); // (1)
}
}
-
Sample callout note.
Sample inline code: hugo && npx pagefind --site public.