Description
WikiLinks is an extension to the base Markdown syntax to allow for easy linking to other pages. The basic syntax is [[page name]]. The Markdown for Confluence app macros implement links to the corresponding Confluence pages. For Confluence, the support is extended to include linking to content using the Confluence wiki link syntax.
Examples
Markup | Description |
---|---|
[[pagetitle]] | Link to page in the same space |
[[spacekey:pagetitle]] | Link to page in specific space |
[[link alias|pagetitle]] | Link text can be provided |
[[link alias|spacekey:pagetitle]] | |
[[^attachment.ext]] | Link to an attachment on current page |
[[pagetitle^attachment.ext]] | Link to an attachment on a specific page |
[[spacekey:pagetitle^attachment.ext]] | Link to an attachment on a specific page in a specific space |
[[link alias|^attachment.ext]] | Link text can be provided |
[[link alias|pagetitle^attachment.ext]] | |
[[link alias|spacekey:pagetitle^attachment.ext]] |