File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
source/templates/markdown Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Markdown template can render a **markdown template** by interpreting **templatin
44
55<table >
66 <td align =" center " >
7- ⚠️ This feature is still under active developement and may not be functional yet
7+ <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png">
88 <img width="900" height="1" alt="">
99 </td >
1010</table >
@@ -19,6 +19,9 @@ See [example.md](/source/templates/markdown/example.md) for a markdown template
1919> Note that available data still depends on which plugins have been enabled.
2020> You may need to handle errors and setup plugins correctly in order to access to their output data.
2121
22+ To find which data can be used, you can run a workflow with ` config_output: json ` .
23+ For convenience, several useful properties are aliased in [ /source/templates/markdown/template.mjs] ( markdown/template.mjs ) .
24+
2225#### ℹ️ Examples workflows
2326
2427``` yaml
You can’t perform that action at this time.
0 commit comments