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 instance, contact your Confluence administrator. You can read more about profiles from this link.
Basic
...
use
This macro can be deployed using one of the following methods:
...
Info |
---|
title | How profiles and URLs are processed in the macro |
---|
|
Depending on the values provided for the Profile and URL to markdown file parameters, the following process applies: Is Profile given? (Y - Yes, N - No) | Is URL to markdown file given? (Y - Yes, N - No) | Macro behavior |
---|
Y | N | Accesses the URL specified in the profile through the pre-configured information. | N | Y | Accesses the URL specified and renders the Markdown content as required. | Y | Y | Appends the URL mentioned in the URL to markdown file parameter to the URL configured in the profile. Thus, the macro creates a relative path to the Markdown file. If this path is not valid, a network error message is displayed. To resolve this issue, contact your Confluence administrator for more information. |
|
Common parameters
The following parameters are available for all the Markdown macros:
...