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