32
votes
1answer
442 views
+500
Can prettify.js be extended to support Mathematica?
The mathematica.SE is currently in private beta and will open to the public in a few days. Stack Overflow and related sites use prettify.js, however Mathematica is not a supported language. It would ...
14
votes
5answers
2k views
How to use prettify with blogger/blogspot?
I'm using blogger.com to host some texts on programming, and I'd like to use prettify (same as stackoverflow) to nicely colour the code samples.
How do I install the prettify scripts into the blog ...
6
votes
5answers
422 views
Is there a lang-vb or lang-basic option for prettify.js from Google?
Visual Basic code does not render correctly with prettify.js from Google.
on Stack Overflow:
Partial Public Class WebForm1
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender ...
4
votes
2answers
531 views
prettify highlightning in a PRE with white-space:nowrap is one line in IE
In Internet Explorer, a PRE with a style of white-space:nowrap is causing the code in the PRE to be in one single line when I use prettify (http://code.google.com/p/google-code-prettify/).
Doesn't a ...
3
votes
1answer
123 views
How can I run Google's prettify to generate static HTML (w/ CSS) output?
I'm working on prettify'ing some auto-generated emails that often have code snippets in them. I want to use Google's prettify project to syntax highlight the code snippets.
How can I invoke prettify ...
2
votes
2answers
74 views
Javascript (library) to format and prettify source code of various languages [closed]
Am looking for a free Javascript (library) to format and highlight syntax of source code of various possible languages (mainly JSON, XML, java, javascript, python). Different libraries for different ...
1
vote
1answer
110 views
How to add line numbers to all lines in Google Prettify?
I am using prettify:
<pre class="prettyprint linenums">
some code
</pre>
It works but the line number show every 5 lines and not for every line. I am using these files
<link ...
1
vote
1answer
296 views
Using multiple CodeMirror editors on a single page?
I'm writing a page with examples that demonstrate the use of my js library. I'd like these examples to be editable and runnable, so I thought I have these options :
Use prettify to display code on ...
1
vote
2answers
170 views
javascript pretty html
Is there a javascript library that can make bad html readable?
For example:
<div><span></span></div>
into
<div>
<span></span>
</div>
1
vote
1answer
56 views
Given a .SQL file on an internal website, what options are there for pretty formatting on the fly?
So I want to put the files up on my local server, for reference purposes and aside from my regular DVCS because this will turn into training material later. But I want to be able to pretty format the ...
0
votes
1answer
29 views
Google Prettify: Line numbers won't show
For some reason, my line numbers won't show. Is this a known issue? Code coloring works fine. It's just the line numbers that won't show
HTML
<pre class="prettyprint linenums"><code ...
0
votes
1answer
40 views
How do I prevent code written in my <pre> from rendering?
So I am using the google code prettifier: http://code.google.com/p/google-code-prettify/
It does something similar to what stack overflow does here where when you write a block of code it beautifies ...
0
votes
2answers
128 views
which javascript library is github code prettify used
which javascript library is github code prettify used.
I am looking for a good code prettify library.
0
votes
3answers
254 views
What is meant by to prettify JSON
I have heard of sites that prettify/beautify JSON. What does it actually mean?
0
votes
2answers
138 views
Using Prettify on dynamically-generated code
I'm using Prettify for syntax highlighting, but it doesn't work on dynamically generated code.
I have a form that when submitted generates code and displays it (without refreshing) in <div ...
0
votes
2answers
85 views
prettify will cause “script is busy” warning if the code is long
I'm using prettify by Google.
How to fix?