I'm parsing some JSON into an HTML table in Azure Logic Apps. I want some list elements to be separated into multiline cell. Example: 
However, the < and > symbols are being escaped causing this to be interpreted literally in the output: 
Is there any way to escape the escape?

