sight icon indicating copy to clipboard operation
sight copied to clipboard

The Syntax Highlighter for Chrome

Results 25 sight issues
Sort by recently updated
recently updated
newest added

Fixes #66 and supplants #88.

There are likely cleaner possible solutions (move now-shared table creation code to a separate JS file?), but this does work correctly. ![image](https://cloud.githubusercontent.com/assets/731492/20029919/8f99ac50-a362-11e6-95de-8f2cc5a5274b.png) ![image](https://cloud.githubusercontent.com/assets/731492/20029914/76023e06-a362-11e6-99ca-144ed989d590.png)

I am trying to view a .tex file with very long lines, but the `` element does not split these long lines despite it having element style: ``` word-wrap: break-word;...