diff --git a/src/HtmlFieldData.php b/src/HtmlFieldData.php index 6ecb256..a8b5310 100644 --- a/src/HtmlFieldData.php +++ b/src/HtmlFieldData.php @@ -121,7 +121,7 @@ public static function toPlainText(string $html): string 'hard_break' => true, ]); - return $converter->convert($body->html()); + return html_entity_decode($converter->convert($body->html())); } protected string $rawContent;