Skip to content
LuoForge/Tungsten
Foundations

Foundations

Prose

ArticleRenderer — the structured long-form layout used across Tungsten's written content.

01Prose

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:

  1. First item
  2. Second item with a link

An unordered list:

  • Bullet one
  • Bullet two

A task list:

  • ✅ Completed task
  • ☐ Pending task

Table example

Column AColumn BColumn C
Value 1Value 2Value 3
Long valShortMedium
Blockquote
This is a blockquote paragraph. It can span multiple lines.
Code block
function example() {
  return "hello world";
}

An image example:

Example diagram