blob: 0548b32ce564013aa1c2898257727cb872e84cfe [file]
Exec insertOrderedList twice in all the cells of a table row removes the previously inserted list items:
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>
| "<#selection-anchor>fsdf"
| <br>
| <td>
| "fsdf<#selection-focus>"
| <br>
| <tr>
| <td>
| "gghfg"
| <td>
| "fsfg"