mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +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><!--/span-->
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h2>Basic block</h2>
|
<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>
|
<pre>
|
||||||
<p>Sample text here...</p>
|
<p>Sample text here...</p>
|
||||||
</pre>
|
</pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user