Skip to content

Commit 885661e

Browse files
committed
chore: 💄 use a realistic message for the markdown block fixture
Reframe the playground fixture as a standard deploy-summary message instead of a "now emoji work" demo, while still exercising emoji in a header, prose, list items, a skin tone and an alias. https://claude.ai/code/session_01Qea1JoBqVXi6R8Fw3QWCr7
1 parent 10aa8dc commit 885661e

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

playground/src/fixtures.ts

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,22 +207,32 @@ export const FIXTURES: Fixture[] = [
207207
],
208208
},
209209
{
210-
id: "markdown-emoji",
211-
label: "Markdown · emoji",
210+
id: "markdown-block",
211+
label: "Markdown block",
212212
blocks: [
213213
{
214214
type: "markdown",
215215
text: [
216-
"Emoji now render inside `markdown` blocks, just like in `section` blocks:",
216+
"## :rocket: Deploy — api v2.4.0",
217217
"",
218-
"- Standard: :tada: :smile: :rocket:",
219-
"- Aliases: :thumbsup: :hankey:",
220-
"- Skin tone: :wave::skin-tone-3:",
218+
"Out to production :tada: Thanks for the reviews this week :clap::skin-tone-3:",
221219
"",
222-
"Inside code they stay literal — inline `:tada:` and fenced:",
220+
"**What changed**",
223221
"",
224-
"```",
225-
":no_entry: :tada:",
222+
"- Carousel and card blocks :sparkles:",
223+
"- Faster cold starts :zap:",
224+
"- Dark mode contrast fixes :bug:",
225+
"",
226+
"**Rollout checklist**",
227+
"",
228+
"- [x] Migrations applied",
229+
"- [x] Smoke tests passing :white_check_mark:",
230+
"- [ ] Changelog updated :thumbsup:",
231+
"",
232+
"Roll back with `kubectl rollout undo deploy/api` if error rates spike :warning:",
233+
"",
234+
"```bash",
235+
"curl -s https://api.example.com/healthz | jq .status",
226236
"```",
227237
].join("\n"),
228238
},

0 commit comments

Comments
 (0)