blob: aeb5be988a5307dc2977126b4fd9b8bcc2ae4670 [file] [log] [blame]
Insert a list item in a table:
Before:
| <#selection-anchor>
| <table>
| border="1"
| id="element"
| <tbody>
| <tr>
| <td>
| "fsdf"
| <td>
| "fsdf"
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"
| <#selection-focus>
After:
| <ol>
| <li>
| <#selection-anchor>
| <table>
| border="1"
| id="element"
| <tbody>
| <tr>
| <td>
| "fsdf"
| <td>
| "fsdf"
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"
| <#selection-focus>