**Steps to replicate the issue** (include links if applicable):
* Visit https://en.m.wikivoyage.org/wiki/Costa_Maya?useparsoid=1&debug=1
* View source
**What happens?**:
The entire article is wrapped in a section element with class="mf-section-0" and class="mf-section-1"
{F57500574}
This impacts editors who have added site specific rules to target the lead paragraph.
**What should have happened instead?**:
This wrapping section is not needed and shouldn't be there. The HTML hierarchy should be identical to the desktop site.
To fix this we should update MakeSectionsTransform so that it doesn't apply to Parsoid content. It can do this by checking for the presence of the data-mw-parsoid-version attribute. We already do this in includes/Transforms/LazyImageTransform.php
Please add a test!
**Software version** (on `Special:Version` page; skip for WMF-hosted wikis like Wikipedia):
**Other information** (browser name/version, screenshots, etc.):