Skip to content

Conformance Examples 0.1.0 — Render: identity-text

plain-text

Plain text round-trips unchanged.

Template

hello world

Output

hello world

empty

An empty template renders as an empty string.

Template


Output


newlines-preserved

Embedded newlines and whitespace are emitted verbatim.

Template

line1
line2

Output

line1
line2

Source fixture: render/identity-text.json