Make text from Get Data macro bold
Summary
This guide will show you how to output Get Data macro text in bold.
Environment
Confluence Server
Scaffolding
- Wiki Markup for Confluence
Cause
Resolution
- Create a List Data macro. Set the Name parameter as "test".
- Add two List Option macros.
- In the first List Option macro, set the Value parameter as "this is bold" and in the macro type "this is bold".
- In the second List Option macro, set the Value parameter to something relevant. In this example, we have entered "this is not bold".
- Now add a Get Data macro and set the Name to "test", which is the List Data we created.
- Right below the Get Data macro, create a Wiki Markup macro.
In the Wiki Markup macro, type the following: "
*{get-data:name=test}{get-data}*
".- You will now see the Get Data information is now being displayed in bold by using wiki markup.