I am successfully accessing remote data that is being returned with html in it. How do I output the selection options using the html format contained in the returned data?
Example: returned data italic info here
processResults: function (data) {
return {
results: data.items
};