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:
parent
679cd5ea02
commit
93fea1f1cf
@ -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…
x
Reference in New Issue
Block a user