crazy-max / dokuwiki-plugin-syntaxhighlighter4

SyntaxHighlighter4 plugin for DokuWiki
http://bit.ly/2vfZ9jG
Other
53 stars 5 forks source link

Underscores in last line get cut off #23

Closed hkockerbeck closed 6 years ago

hkockerbeck commented 6 years ago

When the last line contains underscores, they get cut off. For example,

my_item.do_something_with_it(5);

looks like

my item.do something with it(5);

It looks like the line height is just that little bit too small. The problem doesn't appear in any lines above the last, though. I've tested it on Firefox and Chromium (both using Bitstream Vera Sans Mono as font).

crazy-max commented 6 years ago

This issue is linked to syntaxhighlighter/syntaxhighlighter#406, I will add the CSS hack on the next release.

crazy-max commented 6 years ago

Solved in latest release