Foundations
Prose
ArticleRenderer — the structured long-form layout used across Tungsten's written content.
01 — Prose
Long-form prose
The ArticleRenderer component map — every construct below is styled via design tokens.
Section heading
A paragraph with bold, italic, and strikethrough text. Inline code too.
Subsection
An ordered list:
- First item
- Second item with a link
An unordered list:
- Bullet one
- Bullet two
A task list:
- ✅ Completed task
- ☐ Pending task
Table example
| Column A | Column B | Column C |
|---|---|---|
| Value 1 | Value 2 | Value 3 |
| Long val | Short | Medium |
Blockquote
This is a blockquote paragraph. It can span multiple lines.
Code block
function example() {
return "hello world";
}An image example: