The following code does not work: ``` This is some text. /* <nowiki> This is no-wikied and commented-out text /* This is a comment in a no wiki comment */ </nowiki> */ ``` Results in the following: ``` This is some text. </nowiki> */ ``` I expected: ``` This is some text. ```