= $e((string) ($entry['title'] ?? '')) ?>
+= $e(date('F j, Y', (int) strtotime($date))) ?>
+$1', $s);
+};
+$render = static function (string $src) use ($inline): string {
+ $html = '';
+ foreach (preg_split('/\n{2,}/', trim($src)) ?: [] as $block) {
+ $block = trim($block);
+ if ($block === '') {
+ continue;
+ }
+ if (preg_match('/^###\s+(.+)/s', $block, $m) === 1) {
+ $html .= '' . $inline(implode(' ', array_map('trim', $lines))) . '
'; + } + return $html; +}; +?> += $e(date('F j, Y', (int) strtotime($date))) ?>
+