You want to create cells inside table cells to better structure your data.
Enter the following SQL query:
SELECT *,
FORMATMARKDOWN("<table><tr><td class='confluenceTd'>CITIUS</td><td class='confluenceTd'>ALTIUS</td><td class='confluenceTd'>FORTIUS</td><td>-</td><td class='confluenceTd'>COMMUNITER</td></tr></table>") AS 'Motto'
FROM T1 |
Save the macro and the page.
|