Versions Compared

Key

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

...


Macro browser labelDefaultParameterDescriptionSinceMacro parameter
Idgenerated valueidEnter the HTML id ID of the div element surrounding the content.  2.0id
Find regex patternsfind

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.

  • Example: $1$base_url$2
3.4

search 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 tagsfalseallowHtmlMarkdown macro 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 newlinestruehardwrap

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.1hardwrap
Anchor links for headingsfalseheaderLinksWhen true, Enable this option to automatically add anchor links will be added automatically for headings.3.2headerLinks
Table class@defaulttableClass

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

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