...
Macro Browser Label | Default | Parameter | Description | Since | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | generated value | id | HTML id of the div element surrounding the content. | 2.0 | ||||||||||||
Find regex patterns | find | A comma-separated list of regex patterns to use to post-process the output for Markdown syntax content with find and replace logic.
| 3.4 | |||||||||||||
replace | A comma-separated list corresponding to find patterns via index position in the list. Single quote entries containing a comma.
| 3.4 | ||||||||||||||
Allow HTML tags | false | allowHtml | Markdown macro allows embedded HTML tags. This is a potential security exposure, so it is off by default. The Confluence administrator must explicitly authorize users or groups using CMSP. | |||||||||||||
Hard wrap newlines | true | hardwrap | Determines how newlines are treated. This is a GitHub Flavored Markdown extension that defaults to being turned on.
| 3.1 | ||||||||||||
Anchor links for headings | false | headerLinks | When true, anchor links will be added automatically for headings. | 3.2 | ||||||||||||
Table class | @default | tableClass | Table class (CSS) applied to rendered tables. Special values.
| 3.1 |
...