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"> <p>Sample text here...</p> </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 |
<table class="table"> … </table>