mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 19:50:22 +00:00
Fix code block example
use `<code>` (as it's still semantically code that we're marking up) and make the example actually multiple lines...
This commit is contained in:
parent
25a36729bc
commit
68e0b01ac8
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
Or, 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.
|
||||
|
||||
{% example html %}
|
||||
<pre><p>Sample text here...</p></pre>
|
||||
<pre><code><p>Sample text here...</p>
|
||||
<p>And another line of sample text here...</p>
|
||||
</code></pre>
|
||||
{% endexample %}
|
||||
|
||||
## Variables
|
||||
|
|
|
|||
Loading…
Reference in a new issue