The Markdown from a URL macro renders Markdown content from URLs or from profiles. Profiles are a means of retrieving information from other sources such as databases. To know more about the profiles created in your Confluence instance, contact your system administer. You can read more about profiles from this link. If you enter an absolute URL and also specify a profile, content is read from the URL and the profile is ignored.
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} |
Parameters
Macro specific parameters
Macro Browser Label | Parameter | Default | Description |
---|---|---|---|
Profile | profile | Default parameters provided by the |
administrator. To know more about profiles, refer to this link. | |||
URL to Markdown file | url | Refers to the URL of the Markdown file. |
Info |
---|
To know more about linking apps with Confluence, refer to Application Link. Since 3.4 |
URL user | user |
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 default system |
handling. |
Common parameters
The following parameters are available for all the Markdown macros:
Include Page Common parameters - Cloud Common parameters
Basic Use
This macro can be deployed using one of the following methods:
...
- Cloud
Screenshot
- Example using a public Bitbucket file: https://bitbucket.org/bob_swift/gint/raw/tip/README.md
...