Documentation
Installation
As any app for Confluence Cloud, you can install the app via the Confluence admin menu.
Log into your Confluence instance as an admin.
Click on “Apps > Manage apps” in the header menu.
Click on “Find new apps” on the right navigation.
Search for “Dynamic Markdown Templates for Confluence” and select it.
Click on “Try it free” to install the app.
Usage
Dynamic Markdown Templates for Confluence provides a macro called “Dynamic Markdown Templates for Confluence” that can be added to any Confluence page. The macro can be added by clicking the “Insert” / “+” Button in the edit mode and selecting respective macro.
The macro “Dynamic Markdown Templates for Confluence” accepts Markdown code or a Mustache template to generate Markdown code and JSON file as data source for the template. The JSON file needs to be uploaded as attachment to the same page the macro added to.
The following Markdown syntax is supported
| Markdown | Output |
---|---|---|
Text format |
| italic bold |
Lists | - List item
- List item |
|
A documentation of the Mustache syntax can be found on https://mustache.github.io/mustache.5.html and tested on http://mustache.github.io/#demo.