Parameters
Macro Browser Label | Parameter | Default | Description |
---|---|---|---|
Page for attachment | page | current page | Refers to the page where the Markdown file is present. |
Name of attachment | name | <required> | Name of the attachment with the file extension. |
File encoding | encoding | system default | Encoding for an external file if different from the system default handling. |
Common parameters
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 | Enter a comma-separated list of regex patterns to dynamically update the output for Markdown content with find and replace logic. Example: (href=)(/display) | find | |||||||
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 | 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 | Determines how newlines are treated. This is a GitHub Flavored Markdown extension that defaults to being turned on.
| hardwrap | ||||||
Anchor links for headings | false | Enable this option to automatically add anchor links for headings. | headerLinks | ||||||
Table class | @default | Enter the CSS to be applied to rendered tables.
| tableClass |
Basic Use
This macro can be deployed using one of the following methods:
Selected from the Macro Browser | Markdown from an attachment |
---|---|
Markup Shortcut | {markdown-attachment} |
Screenshot
- Example using an attachment on the same page named: README.md.