AztecEditor-iOS
AztecEditor-iOS copied to clipboard
Cannot Render HTML tags
Describe the bug
Putting text like:
<body style="font: 14px/1.4285714 Arial, sans-serif; color: #333">
<table style="width: 100%; border-collapse: collapse">
</table>
</body>
will render like:
[BODY][/BODY]
To Reproduce Steps to reproduce the behavior:
- Open an instance of Aztec editor
- fill the editor with an HTML string that start and end with HTML tag like ,,
- this section will not be rendered
Expected behavior
As on the Android version, we will expect that body and head will just be hidden and their contents rendered
Unfortunately Aztec at the moment doesn't support the body and 'table' tags.