Versions Compared

Key

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


ParameterDefaultMacro Browser LabelDescriptionSince
idgenerated valueIdHTML id of the div element surrounding the content.  2.0
find
Find regex patterns

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

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
allowHtmlfalseAllow HTML tagsMarkdown 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.
hardwraptrueHard wrap newlines

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 headingsWhen true, anchor links will be added automatically for headings.3.2
tableClass@defaultTable class

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

...