Sample Post: All Block Types
August 28, 2026 · Sample Author (placeholder — replace me) · 1 min read
This placeholder post exercises every block type the article editor supports, so you can see exactly how each one renders on the real site.
Headings and inline formatting
This paragraph demonstrates bold text, italic text, inline code, and a link.
Lists
- First bullet point
- Second bullet point
- First numbered step
- Second numbered step
This is the quote
A pull quote pulls the single most quotable line out of the article and shows it large.
| Flow Designer | Business Rule | |
|---|---|---|
| Runs when | Triggered by a flow | Triggered by a table event |
| Best for | Cross-table orchestration | Single-table logic |
| Built by | Admins, low-code | Developers, scripted |
Runs when
Flow Designer: Triggered by a flow
Business Rule: Triggered by a table event
Best for
Flow Designer: Cross-table orchestration
Business Rule: Single-table logic
Built by
Flow Designer: Admins, low-code
Business Rule: Developers, scripted
JavaScript
function helloWorld() {
console.log("This is a sample code block.");
}That covers every block type in the editor. Replace this post with something real whenever you like.
Sample Author (placeholder — replace me)
Demo role — edit or delete this author
On this page