blob: 598e9a672f9241a1a119663e6ad0b88ca04e6b21 [file] [log] [blame]
Insert list items in all the cells of a table row:
Before:
| <table>
| border="1"
| <tbody>
| <tr>
| id="element"
| <td>
| "<#selection-anchor>fsdf"
| <td>
| "fsdf"
| <tr>
| <td>
| <#selection-focus>
| "gghfg"
| <td>
| "fsfg"
After:
| <table>
| border="1"
| <tbody>
| <tr>
| id="element"
| <td>
| <ol>
| <li>
| "<#selection-anchor>fsdf"
| <br>
| <td>
| <ol>
| <li>
| "fsdf<#selection-focus>"
| <br>
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"