{sql:datasource=MINE|output=html|columnLabel=true}
Instead of renderring HTML, you just see HTML in the table cells.
Can this behaviour be changed?
In newer versions of the SQL Plugin there is a parameter disableAntiXss which you need to set to true, otherwise the html output would be escaped. See documentation.
{sql:datasource=MINE|output=html|columnLabel=true|disableAntiXss=true}
For security reasons, use of this parameter is restricted to authorized users. It can be enabled by configuring security using the Confluence Macro Security Plugin.
Hope this helps
Just to add another reference to Remo's answer: SQL Plugin 4.1.0 released
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.