...
Macro browser label | Default | Description | Macro parameter | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | generated value | id | Enter the HTML id ID of the div element surrounding the content. | 2.0id | ||||||||||||
Find regex patterns | find | A Enter a comma-separated list of regex patterns to use to post-process dynamically update the output for Markdown content with find and replace logic. Example: (href=)(/display) | 3.4find | |||||||||||||
replace | A Enter a comma-separated list corresponding of positions to find patterns via index position in the list. Single quote entries containing a comma.
In this example, the macro will find all the links with a relative URL and convert it to an absolute URL with the Confluence server as the host. 3.4search for patterns in the output content. Note that the positions are indexed beginning at "1". If a comma is a part of the search, use single quotes (') around it. Example: http://www.google.com/$1 | replace | ||||||||||||||
Allow HTML tags | false | allowHtml | Markdown allows Enable this option to allow embedded HTML tags in Markdown macros. This is a potential security exposure, so it is off disabled by default. The Confluence administrator must explicitly authorize users or groups using CMSP. | allowHtml | ||||||||||||
Hard wrap newlines | true | hardwrap | Determines how newlines are treated. This is a GitHub Flavored Markdown extension extension that defaults to being turned on.
| 3.1hardwrap | ||||||||||||
Anchor links for headings | false | headerLinks | When true, Enable this option to automatically add anchor links will be added automatically for headings.3.2 | headerLinks | ||||||||||||
Table class | @default | tableClass | Table class (CSS) Enter the CSS to be applied to rendered tables. Special values.
| 3.1tableClass |