In the table that results from using XCODE blocks, the css style has the line-height at 1.1em. In my browser, this causes the underscore to be hidden. It looks better when I change the line-height to 1.2em.

1.1em:
11em.PNG

1.2em:
12em.PNG

The CSS as seen in Chrome Developer Tools:
CssInspected.PNG