Originated from: https://github.com/openzim/mwoffliner/issues/359
We're finding that some WikiTables are returned as source, rather than parsed.
An example is here:
http://en.wikipedia.org/api/rest_v1/page/mobile-sections/Molecular_geometry
The returned section with ID 7 contains an un-parsed wikitable (:{| class="wikitable"...) along with multiple properly parsed tables.
Could be that there is no whitespace before it?