Text formatted in HTML
To upload a task with formatted text (HTML tags and styles):
Add a field of
string
type into the input data description. Example:{ "html": { "type": "string", "required": true } }
In the task interface put the name of the input data field in triple curly brackets. For example:
{{{html}}}
.
Before uploading a task, make sure that all quotation marks in the formatted text are escaped.