remove markdown callout fill

This commit is contained in:
2026-06-15 14:41:55 -05:00
parent ad3348f721
commit 7da39831ab
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -140,6 +140,7 @@ test('Markdown export: TOC anchors resolve, images exist, blocks rendered', (t)
// Warning text block became a styled HTML callout with its content.
assert.ok(md.includes('<div class="sf-callout sf-callout-warning"'));
assert.ok(md.includes('border-left: 4px solid #f59e0b'));
assert.ok(!md.includes('background: #fffbeb'));
assert.ok(md.includes('Warning: Access'));
assert.ok(md.includes('<p>Admins only.</p>'));
});