0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

The < and > escapes have nothing to do with Unicode.

This commit is contained in:
Chris Rebert 2012-02-04 23:21:56 -08:00
parent 679cd5ea02
commit 93fea1f1cf

View File

@ -375,7 +375,7 @@ For example, <code>section</code> should be wrapped as inline.
</div><!--/span-->
<div class="span4">
<h2>Basic block</h2>
<p>Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.</p>
<p>Use <code>&lt;pre&gt;</code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.</p>
<pre>
&lt;p&gt;Sample text here...&lt;/p&gt;
</pre>