Skip to end of banner
Go to start of banner

Release notes 1.0

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 14 Next »

2013-07-01

Highlights


Initial release

This is the first release of the Markdown for Confluence app bringing the capability to integrate Markdown content into Confluence.

Three macros are provided:

pegdown based

pegdown based Markdown syntax parsing has many popular extensions that provides compatibility for many current usage scenarios. Some extensions included are:

    • Github-flavored-Markdown (GFM)
    • PHP Markdown Extra

Reference: pegdown



WikiLinks is a popular extension that provides support for easy linking to wiki pages. For Confluence, the base support has been extended to include the Confluence wiki linking syntax to allow linking to pages in other spaces and attachments.

Examples: 

  • [[Home]]
  • [[Project link|MARKDOWN:Home]]
  • [[Home^basics.text]]

More information: How to use WikiLinks



Security for embedded HTML

Markdown allows HTML to be intermixed with markup to enhanced rendering capabilities. However, allowing embedded HTML can be a security exposure on your site if untrusted users have access. All Markdown macros have an allowHtml parameter. This parameter can only be used if Macro Security for Confluence has been installed and configured to allow the parameter to be turned on.



Resolved issues

type key summary reporter priority status resolution

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels