Checkboxes broken with Multimarkdown Table Extension

I created this table:

|Main||||
|---|---|---|---|
|- A| - [ ] 1| - [ ] 2| - [ ] 3 \
|- B| - [ ] 1| - [ ] 2| - [ ] 3 \
|- C| - [ ] 1| - [ ] 2| - [ ] 3 |

Checkboxes appear as claimed in the multimarkdown documentation. However, checking the boxes does not stick for more than a few seconds. Some boxes get unchecked, some get checked, a few seconds after I make the changes. It appears Joplin's checkbox logic somehow overrides the initial visible checkbox behavior.

Note that this is occurring when using the markdown editor, not WYSIWYG.

Joplin 1.3.10 on Windows 7, but same bug on Android

Checkboxes inside of tables aren't supported in Joplin yet. It's probably a bug that they render as checkboxes with multimarkdown table enabled.

They're not supported in Markdown at all, but in supporting Multimarkdown tables, I would have assumed Joplin supported them. Is that not what the markdown extension is meant to achieve?

The extension is just an extension to the renderer for now, it doesn't affect the behaviour of Joplin.

I see. At least I can edit it correctly by manually filling / removing the "X" characters when editing the markdown directly.