The wiki code: ``` test/*test*/test test /*test*/test ``` Renders as: ``` test/*test*/test testtest ``` I.e. a space is required in front of the initial `/*` for the commenting out to start. Other combinations with more spaces seem to work as expected.