Parameters
Macro Browser Label | Parameter | Default | Description |
---|---|---|---|
Profile | profile | Default parameters provided by the Administrator. Some profiles may be restricted. Since 2.0. | |
URL to Markdown file | url | Refers to the URL of the Markdown file.
To know more about linking apps with Confluence refer to Application Link. Since 3.4 | |
URL user | user | The user name for URL access that requires basic authentication. | |
URL password | password | User password for URL access that requires basic authentication. | |
URL connection timeout | timeout | Used to increase the wait time for URL access on slow connections. | |
File encoding | encoding | UTF-8 | Encoding for an external file if different from the system default handling. |
Common parameters
Enter a comma-separated list of regex patterns to dynamically update the output for Markdown content with find and replace logic. Example: (href=)(/display) Enter a comma-separated list of positions to 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 Determines how newlines are treated. This is a GitHub Flavored Markdown extension that defaults to being turned on. Enter the CSS to be applied to rendered tables. Macro browser label Default Description Macro parameter Id generated value Enter the HTML ID of the div
element surrounding the content.id Find regex patterns find replace Allow HTML tags false Enable this option to allow embedded HTML tags in Markdown macros. This is a potential security exposure, so it is disabled by default. The Confluence administrator must explicitly authorize users or groups using Macro Security for Confluence. allowHtml Hard wrap newlines true Text Hard wrap (selected) Soft wrap (Hard wrap not selected) Roses are red
Violets are blue
Roses are red
Violets are blue
Roses are red Violets are blue
hardwrap Anchor links for headings false Enable this option to automatically add anchor links for headings. headerLinks Table class @default tableClass
Basic Use
This macro can be deployed using one of the following methods:
Selected from the Macro Browser | Markdown from a URL |
---|---|
Markup Shortcut | {markdown-url} |
Screenshot
- Example using a public Bitbucket file: https://bitbucket.org/bob_swift/gint/raw/tip/README.md