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