Functions
Atfinity defines some useful, additional Jinja functions when working with ADX:
Name | Description |
---|---|
| Renders a string to markdown. Note that only basic formatting, not tables, is supported |
| Converts a given string representing JSON to a python dictionary, so you can easily process the result with Jinja |
| Converts a python object to a JSON string |
|
Last updated