Strip HTML comments from the field value.
echo $page->text()->stripHtmlComments();
Source: Regular expression from - https://davidwalsh.name/remove-html-comments-php
Strip HTML comments from the field value.
echo $page->text()->stripHtmlComments();
Source: Regular expression from - https://davidwalsh.name/remove-html-comments-php