Summary
Change the default alignment for @block from center to centerLeft.
Motivation
- Most presentation content is paragraph-like text (multi-line, left-to-right reading), so
centerLeft matches the most common scenario.
- Left-aligned body text is typically easier to scan/read, especially for multi-line paragraphs.
center feels better suited for titles or short callouts; for general content blocks, centerLeft is a more ergonomic default.
Proposed Solution
- Update the
@block default align to centerLeft.
- Keep
align: center available as an explicit option.
Acceptance Criteria
Alternatives Considered
- Keep default as
center (status quo), but this requires most text-heavy decks to override alignment frequently.
Additional Context
If this is considered a breaking change, it could be gated behind a versioned option (e.g. deck-level default or a compatibility flag).
Summary
Change the default alignment for
@blockfromcentertocenterLeft.Motivation
centerLeftmatches the most common scenario.centerfeels better suited for titles or short callouts; for general content blocks,centerLeftis a more ergonomic default.Proposed Solution
@blockdefaultaligntocenterLeft.align: centeravailable as an explicit option.Acceptance Criteria
@blockwith no explicitalignrenders ascenterLeft.align: center.Alternatives Considered
center(status quo), but this requires most text-heavy decks to override alignment frequently.Additional Context
If this is considered a breaking change, it could be gated behind a versioned option (e.g. deck-level default or a compatibility flag).