I am trying to create a job on Crowdflower with its Builder tool. So far so good. I have items of text that I want people to label:
a string with some <b>html</b> elements, such as <p> and <br>
When I include {{text}} in the Crowdflower Builder, instead of showing the text in bold or with extra linebreaks, it literally shows me the html tags. I had a look at the HTML page source that is created by the Builder, it seems that somewhere in the Crowdflower pipeline all my HTML tags are converted to
a string with some <b>html</b> elements, such as <p> and <br>
Is there a way to get around this restriction? I really need the custom HTML tags for my job. There is an option to include your own CSS and Javascript in a job, and my last resort would be to write a Javascript function that unescapes my HTML tags. But I am hoping that I miss something extremely simple here.
Sorry about the misleading "Javascript" tagging, I cannot create a custom tag (which would have been crowdfower).
EDIT:
In case someone has the same problem: writing a custom Javascript function does actually work, I just tried it. Still hoping for a better solution though :)