Table Filter, Charts & Spreadsheets for Confluence Table Transformer Custom Transformation - use cases with advanced SQL queries Advanced table cells formatting Current: Escaping special characters for wiki markup PDF Download PDF Download page Escaping special characters for wiki markup. Current page All pages Escaping special characters for wiki markup Use case You need to e scape special characters for wiki markup. SolutionSwitch the page to the edit mode.Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.Select the macro and click Edit.In the Presets tab select Custom transformation and click Next.Enter the following SQL query: SELECT *, FORMATWIKI(T1.'Description') AS 'FORMATWIKI', FORMATWIKI("*",ESCAPEMARKUP(T1.'Description'),"*") AS 'FORMATWIKI+ESCAPEMARKUP' FROM T1 SQL Click Next. Define the table settings and view options if needed. Save the macro and the page. ×