Default Text Bold Text Italic Text Underline Text Strike through http://example.com UL Option 1 UL Option 2 UL Option 3 OL Option 1 OL Option 2 OL Option 3 Spoiler: Spoiler with Title Spoiler with Title Body Spoiler Spoiler NO Title Code: General Code PHP: <?php// PHP Code$life = 42;?> HTML: <!-- HTML Code --> <table> <tr> <th>Firstname</th> <th>Lastname</th> <th>Age</th> </tr> <tr> <td>Jill</td> <td>Smith</td> <td>50</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> </table>