0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Change "preformatted text" heading and intro para

also, stray "blocks" in the "Sample output", which doesn't seem to
belong there.
This commit is contained in:
Patrick H. Lauke 2015-12-25 21:26:41 +00:00
parent 68e0b01ac8
commit efe2419fec

View File

@ -19,9 +19,9 @@ Wrap inline snippets of code with `<code>`. Be sure to escape HTML angle bracket
For example, <code>&lt;section&gt;</code> should be wrapped as inline. For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endexample %} {% endexample %}
## Preformatted text ## Code blocks
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. 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 %} {% example html %}
<pre><code>&lt;p&gt;Sample text here...&lt;/p&gt; <pre><code>&lt;p&gt;Sample text here...&lt;/p&gt;
@ -48,7 +48,7 @@ To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
## Sample output ## Sample output
For indicating blocks sample output from a program use the `<samp>` tag. For indicating sample output from a program use the `<samp>` tag.
{% example html %} {% example html %}
<samp>This text is meant to be treated as sample output from a computer program.</samp> <samp>This text is meant to be treated as sample output from a computer program.</samp>