RTE issue - HTML elements getting stripped off when added inside the table <td> attribute in AEM - 6.3
We have extended the core text component in our website.
When I author an image / hyperlink inside the table <td> attribute in RTE, the image / hyperlink gets removed from the DOM on submission(image is not displayed and image tag is removed from the html).
When I add the image/hyperlink outside the table, its getting displayed. Please let me know if anyone has faced the similar issue.