Open jonblack opened 7 years ago
With the following HTML saved to example_schema:
example_schema
<div itemscope itemtype="http://schema.org/Product"> <img itemprop="image" src="product-image.jpg" /> </div>
Running mida example_schema returns:
mida example_schema
:type: http://schema.org/Product :properties: image: - ''
This is with mida 0.4.0.
With the following HTML saved to
example_schema
:Running
mida example_schema
returns:This is with mida 0.4.0.