Skip to end of banner
Go to start of banner

How to use WikiLinks in the macros

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

MarkupDescription
[[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]] 
  • No labels