Skip to content

28pins add alerts - #168

Open
Sam Clark (28pins) wants to merge 2 commits into
microsoft:mainfrom
28pins:28pins-add-alerts
Open

28pins add alerts#168
Sam Clark (28pins) wants to merge 2 commits into
microsoft:mainfrom
28pins:28pins-add-alerts

Conversation

@28pins

@28pins Sam Clark (28pins) commented Aug 15, 2026

Copy link
Copy Markdown

Summary

What changed: Added support for alerts, like [!NOTE]
Why: to give users and LLMs more flexibility and better UX

API change: BlockQuoteType now includes BlockQuoteAlertKind as an optional. See below:

Old:

text(String)
case nested([BlockQuoteType])

New:

case text(String, BlockQuoteAlertKind?)
case nested([BlockQuoteType], BlockQuoteAlertKind?)

Validation

Checked demos and stress-tested kitchen sink demo

OSS readiness

  • No secrets, internal URLs, private identifiers, or product-only service names were added.
  • Public docs, fixtures, or notices were updated if behavior or dependencies changed.
  • Third-party dependency changes (adds, removes, version bumps) are intentional and reviewed.
  • Streaming/incomplete markdown behavior remains covered by fixtures or tests.

@28pins
Sam Clark (28pins) requested review from a team and a lite review from Copilot August 15, 2026 22:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@28pins
Sam Clark (28pins) requested a lite review from Copilot August 15, 2026 22:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants