This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h2>29 March 2007</h2>
3636 < li > Added noisefree's C#
3737 < a href ="http://code.google.com/p/google-code-prettify/issues/detail?id=4 "
3838 > patch</ a >
39- < li > Added a < a href ="http://google-code-prettify.googlecode.com/files/prettify-small.zip "> smaller distribution</ a > that has comments and
39+ < li > Added a < a href ="http://google-code-prettify.googlecode.com/files/prettify-small.zip "> distribution</ a > that has comments and
4040 whitespace removed to reduce download size from 45.5kB to 12.8kB.
4141 </ body >
4242</ html >
Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ <h1>Javascript code prettifier</h1>
2020
2121 < h2 > Setup</ h2 >
2222 < ol >
23+ < li > < a href ="http://google-code-prettify.googlecode.com/files/prettify-small.zip "> Download</ a > a distribution
2324 < li > Include the script and stylesheets in your document
2425 (you will need to make sure the css and js file are on your server, and
2526 adjust the paths in the < tt > script</ tt > and < tt > link</ tt > tag)
2627 < pre class ="prettyprint ">
2728<link href="prettify.css" type="text/css" rel="stylesheet" />
2829<script type="text/javascript" src="prettify.js"> </script> </ pre >
29-
30-
3130 < li > Add < code class ="prettyprint "> onload="prettyPrint()"</ code > to your
3231 document's body tag.
3332 < li > Modify the stylesheet to get the coloring you prefer</ li >
@@ -84,6 +83,9 @@ <h3>Which browsers does it work with?</h3>
8483 Look at < a href ="tests/prettify_test.html "> the test page</ a > to see if it
8584 works in your browser.</ p >
8685
86+ < h3 > What's changed?</ h3 >
87+ < p > See the < a href ="CHANGES.html "> change log</ a > </ p >
88+
8789
8890 < br > < br > < br >
8991
You can’t perform that action at this time.
0 commit comments