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], ];