TailwindCSS - HTML to Blocks feature

Hello @chrisNun,

Glad it is working! Please don’t hesitate to let me know if this happens again (checking the console for errors would be great).

Even though we do sanitise SVGs, we made the decision to not import SVGs that are part of the copy/pasting process.

When you inline/import an SVG, you are fully aware of the code you have copied and where it originates from.
When you copy/paste an HTML snippet, you don’t have the same direct knowledge of the multitude of SVGs that might be part of the design, which could be a security risk in itself.
I’m happy to review the current process (maybe with an explicit option for users who are fully aware) if the community believes this useful.

Cheers,