Markdown widget
21 jul 2026a few seconds ago
Unassigned

Preview of the markdown context widget

Notes

Review summary

This submission needs a quick review before we can publish. Please check the highlighted items below.

What changed

  • Updated pricing assumptions for Q4
  • Revised rollout timeline across regions
  • Added notes on compliance requirements

Next steps

  1. Confirm the figures match the source spreadsheet
  2. Leave feedback in the approval action
  3. Escalate if anything looks off

For the full brief, see the project brief.

Inline code like budget.totalUsd should stay readable next to prose.

const budget = {
  totalUsd: 1_250_000,
  approved: false,
};

export function isReadyForReview(b: typeof budget) {
  return b.totalUsd > 0 && !b.approved;
}

If anything is unclear, reject with a short note so the owner can revise.

Your decision

Choose an action and submit to continue the workflow.

This is a preview. Click the button to see what would be sent to your webhook.