Shortcodes

Shortcodes

SyntaxHighlighter


Use <pre class="prettyprint linenums"> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.
<p>Sample text here...</p>
<pre class="prettyprint linenums">
  &lt;p&gt;Sample text here...&lt;/p&gt;
</pre>


Table


For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table class="table">
  …
</table>