diff --git a/source/templates/markdown/README.md b/source/templates/markdown/README.md
index cf50c186..09b871d9 100644
--- a/source/templates/markdown/README.md
+++ b/source/templates/markdown/README.md
@@ -4,7 +4,7 @@ Markdown template can render a **markdown template** by interpreting **templatin
- ⚠️ This feature is still under active developement and may not be functional yet
+
|
@@ -19,6 +19,9 @@ See [example.md](/source/templates/markdown/example.md) for a markdown template
> Note that available data still depends on which plugins have been enabled.
> You may need to handle errors and setup plugins correctly in order to access to their output data.
+To find which data can be used, you can run a workflow with `config_output: json`.
+For convenience, several useful properties are aliased in [/source/templates/markdown/template.mjs](markdown/template.mjs).
+
#### ℹ️ Examples workflows
```yaml