Hi, I need to render and display some javascript and html content on a Confluence page in my Project space. Specifically this content is Salesforce REST API documentation. It is built on http://vuejs.org which is a UI rendering library. It links json data to the DOM element and makes building UI easy.
I know it is possible to execute custom javascript code on Confluence page using HTML macro. I have tried it successfully. But not with the same success with http://vuejs.org.
Can you please tell me if it is possible to display this on the Confluence page?