Markdown

Status update — the staging build is live.
Inline code spans and struck text both render, plus links.
  • escape-first renderer
  • raw <script> input stays inert
  1. typecheck
  2. test
  3. ship

text prop — raw markdown through the escape-first mdToHtml (bold · italic · code · strike · link · lists)

Quoted reply pulled from a message.Pre-rendered HTML via the html prop.

html prop — injected verbatim; caller must pass pre-sanitized markup (sanitizeHtml)