cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

Deleting merged cells corrupts table syntax #166

Open Juergen-aus-Zuendorf opened 6 years ago

Juergen-aus-Zuendorf commented 6 years ago

Hi,

for example I have the following syntax:

^ S1    ^ S2    ^
| Z1S1         ||
| Z2S1  | Z2S2  |

If I delete the second row with "edittable" where two cells are merged together, the table syntax gets corrupted and subsequently looks like this:

^ S1 S2         ^^
| Z2S1   | Z2S2  |

Regards Juergen