#!/usr/bin/env php ══════════════════════════════════════════════════ ~jisifu Build System — Comprehensive Test Suite ══════════════════════════════════════════════════ ── ContentRenderer ── ✗ render() converts basic markdown to HTML — Expected H1 tag ✓ render() handles empty markdown ✗ render() handles bold and italic — Expected string to contain 'bold' ✗ render() handles tables — Expected string to contain '' ✗ render() handles HTML passthrough (unsafe mode) — Expected string to contain '
' ✗ render() handles strikethrough (GFM) — Expected string to contain 'struck' ✗ render() handles task lists (GFM) — Expected string to contain 'checked' ✗ render() handles footnotes — Expected string to contain 'footnote' ✗ render() handles smart punctuation — Expected string to contain '“hello”' ✗ render() handles gemoji — Expected string to contain '😄' ✗ render() handles code blocks with syntax highlighting — Expected string to contain '