# Nesting A list featuring nesting: - abc - def: - after one empty line - afer two empty lines - changing symbol A nested HTML list: - First item - Second item with subitems: Subitem 1 Subitem 2 - Subitem 1 - Subitem 2 - Last list item Table nesting apparently not yet suported by HTML backend: <table> <tr> <td>Cell</td> <td>Nested Table <table> <tr> <td>Cell 1</td> <> </tr> <tr> <td>Cell 2</td> </tr> <tr> <td>Cell 3</td> </tr> <tr> <td>Cell 4</td> </tr> </table> </td> </tr> <tr><td>additional row</td></tr> </table>