mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
The < and > escapes have nothing to do with Unicode.
This commit is contained in:
parent
679cd5ea02
commit
93fea1f1cf
1 changed files with 1 additions and 1 deletions
|
@ -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><pre></code> for multiple lines of code. Be sure to turn any angle brackets into unicode characters for proper rendering.</p>
|
||||
<p>Use <code><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.</p>
|
||||
<pre>
|
||||
<p>Sample text here...</p>
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue