Using an [image] tag inside a table always results in the following error message:
Error: getTextFieldMasters (<class 'AttributeError'>)
Example Document:
# Test
[table]
A | B | C
D | E | [image path="my_image.png", label="image", caption="A"]
[/table]