Here's the screenshot of my experience with italic text over Stack Overflow.

Basically it just wraps the word into asterisks and leaves it like this. Here on Meta I do not observe this bug.
|
As ChrisF said, the problem is the underscore. Just escape the underscore (
results in
|
|||||||||||||
|
|
Is this a discrepancy between the JavaScript preview and the rendered post? Let's see: *unique_names* No, so they are at least consistent. I agree it's not exactly what I would expect to happen. *unique*names* provides a similar but .. more logical .. result as we disable intra-word emphasis, so perhaps the regex just treats |
||||
|
|
_also delimits italic._italic_-> italic – ChrisF♦ Jan 21 '12 at 13:51*unique\_names*or_unique\_names_instead. (So: escape using a backslash.) I wonder if this is expected behavior though! – Arjan Jan 21 '12 at 13:57*unique\_names*-> unique_names (just to prove it works) – ChrisF♦ Jan 21 '12 at 13:58