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