You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page describes a way of allowing arbitrary Confluence content, including macros, in the bodies of macros that don't normally allow this.

Introduction

Confluence macros can be nested within other macros. This allows very powerful combinations, like Unix pipes, where one macro fetches data and feeds it to another. A good example is the chart macro, which accepts tabular data from any source: a static table, CSV, SQL, or anything else returning tabular data:

 Confluence MarkupResults
Static contentBar chart
SQL-generated contentBar chart

 

 

 

 

 

 

 

  • No labels