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