Which library does GitHub use to beautify JavaScript code?
I am looking for a good code prettify library.
|
Which library does GitHub use to beautify JavaScript code? I am looking for a good code prettify library.
| ||||
|
feedback
|
|
http://help.github.com/troubleshooting-common-issues/
| |||
feedback
|
|
Github do not appear to use any client side library to render code. You can see, using something like Chrome's Net tab, that the HTML views of code arrive from the server prewrapped with vast numbers of span elements. | |||
feedback
|