Renders wiki syntax as a definition list. Does allow HTML tags and therefore is vulnerable to XSS attacks.
This macro allows users to write definition lists in a wiki syntax like this:
Every term and data has to be on one line. The line has to start with a semi-colon (';'). The first colon (':') separates the definition term from the definition data.
This is the rendered result:
Properties
Definition List CSS Class
The class to add to the definition list. This is usually the only class you want to provide to select the formatting style
The following styles are supported:
simpleindent (default)
meet
simple
tabular
todo
This style is similar to tabular, but reserves less space to the second column.
margin
You may define your own formatting.
Definition Term CSS Class
The class to add to the definition terms.
Definition Data CSS Class
The class to add to the definition datas.
Details
Disabled by Default
This macro is disabled by default.
Please go to your Add-on Management and enable the macro on demand.
Choose the appropriate version to meet your security constraints:
- If you have users you cannot trust, choose the No-HTML version to not make your Confluence server vulnerable to cross-site-scripting attacks.
- If you trust your users, e.g. you also activated the Confluence HTML Macro, you may choose to enable the HTML version to allow markup in the content.