mirror of https://github.com/twbs/bootstrap.git
parallel fix to mustache template
This commit is contained in:
parent
93fea1f1cf
commit
98cffdbf46
|
@ -299,7 +299,7 @@
|
|||
</div><!--/span-->
|
||||
<div class="span4">
|
||||
<h2>Basic block</h2>
|
||||
<p>{{_i}}Use <code><pre></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><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}</p>
|
||||
<pre>
|
||||
<p>{{_i}}Sample text here...{{/i}}</p>
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue