Daniel James
Results
2
comments of
Daniel James
Me too.. I have seen elsewhere that using {{{ }}} triple mustache works.. but hasn't changed anything with Calaca. Will keep you updated.
As a hacky fix, I'm just doing the following when the results have been returned: ``` $("p").each(function(i, current){ var str = $(current).text(); $(current).html(str); }); ``` It goes through each paragraph...