You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"userMessage": "Give me a blockquote with two lines, then a markdown table with columns issue, expected behavior, verification."
18
+
},
19
+
"response": {
20
+
"content": "> First quoted line\n> Second quoted line\n\n| Issue | Expected behavior | Verification |\n| --- | --- | --- |\n| Blockquote nesting | Both quoted lines render inside one blockquote | Inspect for one `<blockquote>` with no stray quoted paragraph |\n| Table streaming | Rows remain inside the same table while content streams | Inspect for one `<table>` with body rows |\n| Parser recovery | Final DOM has no raw pipe paragraphs | Confirm no paragraph text contains `|` delimiters |"
21
+
}
22
+
},
15
23
{
16
24
"match": { "userMessage": "respond with the markdown checklist kitchen sink" },
0 commit comments