Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Macro Browser LabelDefaultParameterDescription
Find regex patterns
find

A comma-separated list of regex patterns to post-process the output for Markdown content with find and replace logic.

Example: (href=)(/display)


replace

A comma-separated list corresponding to find patterns via index position in the list. These are single quote entries containing a comma.

Example: $1$base_url$2

Allow HTML tagsfalseallowHtmlThe Markdown macro allows embedded HTML tags. As this is a potential security exposure, the option is deselected by default. 
Hard wrap newlinestruehardwrap

Determines how newlines new lines are treated. This is a GitHub Flavored Markdown extension that defaults to being selected.

TextHard wrap (selected)Soft wrap (Hard wrap not selected)


No Format
Roses are red
Violets are blue



No Format
Roses are red
Violets are blue



No Format
Roses are red Violets are blue



Table class@defaulttableClass

Table class (CSS) applied to rendered tables.

  • @default - Apply default Confluence table class to rendered tables.
  • @none - Do not apply any style for rendered tables.
Note

Currently, Confluence Cloud does not support the use of custom user-defined styles.


...