From 59f418947239dfcee7758386761751bea1a038ac Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 7 Apr 2021 20:40:26 +0200 Subject: [PATCH] Update README.md --- source/templates/markdown/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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