Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

WikiLinks Wiki links 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 for Confluence app macros implement links to the corresponding Confluence pagepages. For Confluence, we have extended the support is extended to include linking links 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^attachment.ext]]Link to an attachment on current page
[[pagetitle^attachmentpagetitle^attachment.ext]]Link to an attachment on a specific page
[[spacekey:pagetitle^attachmentpagetitle^attachment.ext]]Link to an attachment on a specific page in a specific space
[[link alias|^attachment^attachment.ext]]Link text can be provided
[[link alias|pagetitle^attachmentpagetitle^attachment.ext]] 
[[link alias|spacekey:pagetitle^attachmentpagetitle^attachment.ext]]