diff options
| author | Patrick H. Lauke <[email protected]> | 2015-12-25 21:26:41 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-12-25 21:26:41 +0000 |
| commit | efe2419fecc1236bc75a355f413dd82b88a4ef99 (patch) | |
| tree | 9f80b003254c81871d03f81174bbd3d492f5eb96 /docs | |
| parent | 68e0b01ac8137f835487612b59389c3691ae1061 (diff) | |
| download | bootstrap-efe2419fecc1236bc75a355f413dd82b88a4ef99.tar.xz bootstrap-efe2419fecc1236bc75a355f413dd82b88a4ef99.zip | |
Change "preformatted text" heading and intro para
also, stray "blocks" in the "Sample output", which doesn't seem to
belong there.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/code.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/code.md b/docs/content/code.md index f9046c7e4..79059a1d1 100644 --- a/docs/content/code.md +++ b/docs/content/code.md @@ -19,9 +19,9 @@ Wrap inline snippets of code with `<code>`. Be sure to escape HTML angle bracket For example, <code><section></code> should be wrapped as inline. {% 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 %} <pre><code><p>Sample text here...</p> @@ -48,7 +48,7 @@ To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd> ## 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 %} <samp>This text is meant to be treated as sample output from a computer program.</samp> |
