1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
This commit is contained in:
Mark Otto 2018-02-02 22:38:01 -08:00
parent c68d26baa2
commit 24ab1fcf42

View file

@ -16,7 +16,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
## Code blocks
Use `<pre>`s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the `.pre-scrollable` class, which will set a max-height of 350px and provide a y-axis scrollbar.
Use `<pre>`s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the `.pre-scrollable` class, which will set a max-height of 340px and provide a y-axis scrollbar.
{% example html %}
<pre><code>&lt;p&gt;Sample text here...&lt;/p&gt;