Flx Headless WP

Flx Reference Fixture: Rich Content

Flx Reference Fixture: Rich Content

Part of the Flx Headless Reference Fixture. This page exercises table, quote, pullquote, code, button, details, preformatted, verse, and custom HTML rendering.

Table

CapabilityBlockStatus
Paragraphcore/paragraphReference
Headingcore/headingReference
Tablecore/tableReference

Quote

A standard blockquote, used to validate quote-block rendering and citation markup.

Flx Headless Reference Fixture

Pullquote

A pullquote block, styled distinctly from a standard blockquote by most themes.

Flx Headless Reference Fixture

Code

function flxReferenceFixture() {
  return 'FLX-CONTENT-004';
}

Buttons

Details

Reference fixture details summary

Content revealed when the details block is expanded, used to validate disclosure-widget rendering.

Preformatted

Preformatted text preserves whitespace   and line breaks
exactly as authored, unlike a standard paragraph.

Verse

Line one of a verse block.
Line two,   indented differently than line one.

Custom HTML

Raw custom HTML, authored directly in the block editor and expected to pass through the_content verbatim.