Skip to content

Editorial · @csdr/editorial

KeyMessages & Abstract

Opening blocks for reports: a bulleted key-messages list and a lead-set summary.

Import
import { KeyMessages, Abstract } from '@csdr/editorial'
Use on
reports

Key messages

Key messages

  • The monthly mean CO₂ at Mauna Loa was 429.12 ppm in July 2026.
  • The rate of increase has itself increased.
Code
<KeyMessages>
- First message, one sentence, a number in it.
- Second message.
</KeyMessages>

Abstract

One paragraph, lead-set, no citations. The frontmatter abstract is used for metadata; this block is for the page.

Code
<Abstract>One paragraph, lead-set, no citations.</Abstract>