Block Showcase: every section type in action
June 26, 2026 · 3 min read
A test post demonstrating every block type available in the editor — headings, paragraphs, images, galleries, quotes, video, embed, code, callout, CTA and dividers.
This post is a live test of every block type the editor supports. Scroll through to confirm each section renders correctly.
Heading H2 block
A regular paragraph supports bold, italic and links. Line breaks
are preserved too.
Subheading H3 block
Subheadings are useful for breaking up longer sections.
Golf is the closest game to the game we call life.
function handicap(scores) {
return scores.slice(0,8).reduce((a,b)=>a+b,0) / 8;
}End of showcase. If every block above rendered as expected, the editor is wired up correctly.