[subbu@earth tests] echo "<nowiki><i>foo</i></nowiki>" | node parse --html2wt <nowiki>''foo''</nowiki>
That should have been
<nowiki>''foo''</nowiki>
Given that there is a escapeNowikiTags in the serialization code, this feels like this could be a regression.