@@ -422,8 +419,6 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -422,8 +419,6 @@ For example, <code>section</code> should be wrapped as inline.
</pre>
</pre>
</pre>
</pre>
<p><ahref="http://code.google.com/p/google-code-prettify/">Download google-code-prettify</a> and view the readme for <ahref="http://google-code-prettify.googlecode.com/svn/trunk/README.html">how to use</a>.</p>
<p><ahref="http://code.google.com/p/google-code-prettify/">Download google-code-prettify</a> and view the readme for <ahref="http://google-code-prettify.googlecode.com/svn/trunk/README.html">how to use</a>.</p>
<h1>{{_i}}Code{{/i}}<small>{{_i}}Inline and block code snippets{{/i}}</small></h1>
<h1>{{_i}}Code{{/i}}<small>{{_i}}Inline and block code snippets{{/i}}</small></h1>
</div>
</div>
<divclass="row">
<divclass="span4">
<h2>Inline</h2>
<h2>Inline</h2>
<p>Wrap inline snippets of code with <code><code></code>.</p>
<p>Wrap inline snippets of code with <code><code></code>.</p>
<preclass="prettyprint linenums">
<preclass="prettyprint linenums">
{{_i}}For example, <code>section</code> should be wrapped as inline.{{/i}}
{{_i}}For example, <code>section</code> should be wrapped as inline.{{/i}}
</pre>
</pre>
</div><!--/span-->
<divclass="span4">
<h2>Basic block</h2>
<h2>Basic block</h2>
<p>{{_i}}Use <code><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}</p>
<p>{{_i}}Use <code><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}</p>
<pre>
<pre>
...
@@ -339,8 +337,7 @@
...
@@ -339,8 +337,7 @@
</pre>
</pre>
<p>{{_i}}<strong>Note:</strong> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
<p>{{_i}}<strong>Note:</strong> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
<p>{{_i}}You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}</p>
<p>{{_i}}You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}</p>
</div><!--/span-->
<divclass="span4">
<h2>Google Prettify</h2>
<h2>Google Prettify</h2>
<p>Take the same <code><pre></code> element and add two optional classes for enhanced rendering.</p>
<p>Take the same <code><pre></code> element and add two optional classes for enhanced rendering.</p>
<p>{{_i}}<ahref="http://code.google.com/p/google-code-prettify/">Download google-code-prettify</a> and view the readme for <ahref="http://google-code-prettify.googlecode.com/svn/trunk/README.html">how to use</a>.{{/i}}</p>
<p>{{_i}}<ahref="http://code.google.com/p/google-code-prettify/">Download google-code-prettify</a> and view the readme for <ahref="http://google-code-prettify.googlecode.com/svn/trunk/README.html">how to use</a>.{{/i}}</p>