Insert a list item in a table: | |
Before: | |
| <#selection-anchor> | |
| <table> | |
| border="1" | |
| id="element" | |
| <tbody> | |
| <tr> | |
| <td> | |
| "fsdf" | |
| <td> | |
| "fsdf" | |
| <tr> | |
| <td> | |
| "gghfg" | |
| <td> | |
| "fsfg" | |
| <#selection-focus> | |
After: | |
| <ol> | |
| <li> | |
| <#selection-anchor> | |
| <table> | |
| border="1" | |
| id="element" | |
| <tbody> | |
| <tr> | |
| <td> | |
| "fsdf" | |
| <td> | |
| "fsdf" | |
| <tr> | |
| <td> | |
| "gghfg" | |
| <td> | |
| "fsfg" | |
| <#selection-focus> |