Microformats Parser (PHP) v0.5.0
HTML
<div class="hentry"> <p class="entry-title"><!--This shouldn't appear-->Testing</p> <div class="entry-content"> <p><!--This shouldn't appear-->Content</p> <div> <script type="text/javascript"><!-- // Neither should this //--> </script> </div> </div> </div>
Base URL
Save HTML?
(Note: Data older than 72 hours may be purged)
Render HTML in page?
JSON
{ "items": [ { "type": [ "h-entry" ], "properties": { "name": [ "Testing" ], "content": [ { "html": "<p><!--This shouldn't appear-->Content</p>\n <div>\n <script type=\"text/javascript\"><!--\n // Neither should this\n //-->\n </script>\n </div>", "value": "Content" } ] } } ], "rels": {}, "rel-urls": {}, "debug": { "package": "https://packagist.org/packages/mf2/mf2", "source": "https://github.com/indieweb/php-mf2", "version": "v0.5.0", "note": [ "This output was generated from the php-mf2 library available at https://github.com/indieweb/php-mf2", "Please file any issues with the parser at https://github.com/indieweb/php-mf2/issues", "Using the Masterminds HTML5 parser" ] } }
Parse