---
title: "Common parameters - Cloud"
canonical: "https://support.appfire.com/space/MARKDOWN/72385180/Common%20parameters%20-%20Cloud"
format: markdown
---
> Macro (aura-html)

| <span style="color: #000000">**Macro Editor Label**</span> | <span style="color: #000000">**Default**</span> | <span style="color: #000000">**Description**</span> | **Macro Parameter** |
| --- | --- | --- | --- |
| <span style="color: #000000">Find regex patterns</span> |  | <span style="color: #000000">Enter a comma-separated list of regex patterns to post-process the output for Markdown content with find and replace logic.</span><br><span style="color: #000000">Example: (href=)(/display)</span> | <span style="color: #000000">find</span> |
| <span style="color: #000000">Replacement strings</span> |  | <span style="color: #000000">Enter a comma-separated list corresponding to find patterns via index position in the list. These are single quote entries containing a comma.</span><br><span style="color: #000000">Example: $1$base_url$2</span> | <span style="color: #000000">replace</span> |
| <span style="color: #000000">Allow HTML tags</span> | <span style="color: #000000">false</span> | <span style="color: #000000">Select this option to allow HTML tags in the macro body. The option is deselected by default. </span> | <span style="color: #000000">allowHtml</span> |
| <span style="color: #000000">Hard wrap newlines</span> | <span style="color: #000000">true</span> | <span style="color: #000000">Select this option to display content on separate lines. This is a </span>[<span style="color: #000000">GitHub Flavored Markdown</span>](https://help.github.com/articles/writing-on-github/)<span style="color: #000000"> extension and is selected by default. </span><br>> Macro (nested-table) | <span style="color: #000000">hardwrap</span> |
| <span style="color: #000000">Table class</span> | <span style="color: #000000">@default</span> | <span style="color: #000000">Specify the table class (CSS) to apply to render tables.</span><br>- *<span style="color: #000000">@default</span>*<span style="color: #000000"> - Apply the default Confluence table class to rendered tables.</span>
- *<span style="color: #000000">@none</span>*<span style="color: #000000"> - Do not apply any style to rendered tables.</span><br>> ⚠️ <span style="color: #000000">Currently, Confluence Cloud does not support the use of custom user-defined styles.</span> | <span style="color: #000000">tableClass</span> |