Inline Code

For inline code, wrap your code in the code tag. Be sure to escape HTML angle brackets.

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

Preformatted Code

Use <pre>s for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.

<h1>Page Title</h1>
<p>Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
<pre class="flush-bottom">
  <h1>Page Title</h1>
  <p>Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
</pre>