Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
fixed a slew of bugs, removed caveats re html entities, added a chang…
Browse files Browse the repository at this point in the history
…e log
  • Loading branch information
mikesamuel committed Apr 2, 2007
1 parent 06c4012 commit e2e4e4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>29 March 2007</h2>
<li>Added noisefree's C#
<a href="http://code.google.com/p/google-code-prettify/issues/detail?id=4"
>patch</a>
<li>Added a <a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">smaller distribution</a> that has comments and
<li>Added a <a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">distribution</a> that has comments and
whitespace removed to reduce download size from 45.5kB to 12.8kB.
</body>
</html>
6 changes: 4 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ <h1>Javascript code prettifier</h1>

<h2>Setup</h2>
<ol>
<li><a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">Download</a> a distribution
<li>Include the script and stylesheets in your document
(you will need to make sure the css and js file are on your server, and
adjust the paths in the <tt>script</tt> and <tt>link</tt> tag)
<pre class="prettyprint">
&lt;link href="prettify.css" type="text/css" rel="stylesheet" />
&lt;script type="text/javascript" src="prettify.js">&lt;/script></pre>


<li>Add <code class="prettyprint">onload="prettyPrint()"</code> to your
document's body tag.
<li>Modify the stylesheet to get the coloring you prefer</li>
Expand Down Expand Up @@ -84,6 +83,9 @@ <h3>Which browsers does it work with?</h3>
Look at <a href="tests/prettify_test.html">the test page</a> to see if it
works in your browser.</p>

<h3>What's changed?</h3>
<p>See the <a href="CHANGES.html">change log</a></p>


<br><br><br>

Expand Down

0 comments on commit e2e4e4e

Please sign in to comment.