From fc201597b3165d6ec6e0219f8da8c450613e49dd Mon Sep 17 00:00:00 2001 From: Meng-Heng Date: Thu, 4 Sep 2025 13:58:04 +0700 Subject: [PATCH] feats: alerts now accept markdown --- _common/GFMAlerts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/_common/GFMAlerts.php b/_common/GFMAlerts.php index 90cb1ae..18e4006 100644 --- a/_common/GFMAlerts.php +++ b/_common/GFMAlerts.php @@ -83,6 +83,7 @@ protected function blockQuoteContinue($line, array $block) { // Continue the Alerts, Formatting: > Content, append a paragraph $block['element']['text'][] = [ 'name' => 'p', + 'handler' => 'line', 'text' => $matches[1], ];