AztecEditor-iOS icon indicating copy to clipboard operation
AztecEditor-iOS copied to clipboard

Cannot Render HTML tags

Open fustalol opened this issue 5 years ago • 1 comments

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:

  1. Open an instance of Aztec editor
  2. fill the editor with an HTML string that start and end with HTML tag like ,,
  3. this section will not be rendered
  4. Expected behavior

    As on the Android version, we will expect that body and head will just be hidden and their contents rendered

fustalol avatar Feb 14 '20 08:02 fustalol

Unfortunately Aztec at the moment doesn't support the body and 'table' tags.

SergioEstevao avatar May 01 '20 10:05 SergioEstevao