Convert Markdown to XML
To create a table, press Alt+Insert, select Table and choose the number of columns and rows.
Item | Description | Example |
---|---|---|
If you want to make the table more complex, split or merge cells, you can convert it to XML. Place the caret anywhere in the table, press Alt+Enter, and select Convert Markdown table to XML format.
<table>
<tr><td>Item</td><td>Description</td><td>Example</td></tr>
<tr><td> </td><td> </td><td> </td></tr>
<tr><td> </td><td> </td><td> </td></tr>
</table>
Last modified: 30 January 2024