When using a text element provided by a parameter on an exported component, it seems like quotes aren’t getting encoded, and are breaking the component. For example, here’s a component with a hand-encoded title (entered as we&apos[semicolon]re):
And here’s the same component with a simple apostrophe:
Of course, HTML elements should be encoded properly, but this is pretty hard to train end users on. Is there a way to automatically encode these, or to handle these characters more gracefully?