On this diffs page, there are three documented instances where a map-banner on hiwikivoyage, bnwikivoyage, trwikivoyage has different heading styles on Parsoid.
On inspecting the HTML differences, it looks like Parosid's HTML didn't get the new section link treatment.
Legacy HTML:
<div class="mw-heading mw-heading2"><h2 id="विकियात्रा_पर_आपका_स्वागत_है">...</h2></div>
Parsoid HTML:
<h2 id="विकियात्रा_पर_आपका_स्वागत_है">...</h2>
Looks like something in the HTML here tripped up the pass?