Given the following HTML:
<div itemscope itemtype="http://schema.org/Product"><h1 itemprop="name"><span>Foo</span> Bar</h1></div>
I would expect the library to extract a Product with the name of Foo Bar, but it extracts FooBar omitting the space.
Do you think this would be an easy fix?
Given the following HTML:
I would expect the library to extract a Product with the name of
Foo Bar, but it extractsFooBaromitting the space.Do you think this would be an easy fix?