$customHeader
Skip to end of banner
Go to start of banner

How to use WikiLinks

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 macros for Confluence support this by implementing links to the corresponding Confluence page. For Confluence, we have extended the support to include linking to content using Confluence wiki link syntax.

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