Commit 98cffdbf authored by Chris Rebert's avatar Chris Rebert

parallel fix to mustache template

parent 93fea1f1
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
</div><!--/span--> </div><!--/span-->
<div class="span4"> <div class="span4">
<h2>Basic block</h2> <h2>Basic block</h2>
<p>{{_i}}Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.{{/i}}</p> <p>{{_i}}Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}</p>
<pre> <pre>
&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt; &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
</pre> </pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment