Versions Compared

Key

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


ParameterMacro Browser LabelDefaultMacro Browser LabelParameterDescriptionSince
idIdgenerated valueIdidHTML id of the div element surrounding the content.  2.0find
Find regex patterns
find

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

  • Example: (href=)(/display)
3.4
replace
replace

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

  • Example: $1$base_url$2
3.4
allowHtmlAllow HTML tagsfalseAllow HTML tagsallowHtmlMarkdown 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.
hardwrapHard wrap newlinestrueHard wrap newlineshardwrap

Determines how newlines are treated. This is a GitHub Flavored Markdown extension that defaults to being turned on.

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



3.1
headerLinksfalseAnchor links for headingsfalseheaderLinksWhen true, anchor links will be added automatically for headings.3.2
tableClassTable class@defaultTable classtableClass

Table class (CSS) applied to rendered tables. Special values.

  1. @default - Apply default Confluence table class to rendered tables.
  2. @none - Do not apply any style for rendered tables. 
  3. userDefinedClass - Use a custom user-defined style for rendering Tables.
3.1

...