/*
Code

Wrap inline snippets of code with <code>&lt;code&gt;</code>.

Markup:
For example, <code>&lt;section&gt;</code> should be wrapped as inline.

Weight: 3

Styleguide: bootstrap.css.code
*/

/*
User input

Use the <code>&lt;kbd&gt;</code> to indicate input that is typically entered via keyboard.

Markup:
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>

Styleguide: bootstrap.css.code.userinput
*/

/*
Basic block

Use &lt;pre&gt; for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.

Markup:
<pre>&lt;p&gt;Sample text here...&lt;/p&gt;</pre>

Weight: 1

Styleguide: bootstrap.css.code.basic
*/
