blob: c96b60cb9653a993b3af00f61060210b17af270f [file]
Insert list items in all the cells of a table row:
Before:
| <table>
| border="1"
| <tbody>
| <tr>
| id="element"
| <#selection-anchor>
| <td>
| "fsdf"
| <td>
| "fsdf"
| <#selection-focus>
| <tr>
| <td>
| "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"