Hi,
I'm currently using some markdown text in my Survey Creator, which incorporates some HTML tags. This works fine on the "Designer" tab, and the tags do not show. However, if I switch to the "Preview" tab, the HTML tags are displayed, when I expect them not to be, similar to the "Designer" view.
Here is an example to reproduce the issue: https://codesandbox.io/s/elastic-newton-szp66c?file=/src/SurveyCreatorComponent.jsx
In this example, you will see the first element of the json to have a span
tag. On the "Designer" tab, this doesn't show, however, you can see the tag if you switch to the "Preview" tab.
Is this a bug?