{ "name": "map_to_html_dl", "type": "function", "groups": ["Maps"], "description": "Merge map elements into a HTML definition list string.", "arguments": [{ "arg": "map", "description": "the input map" }], "examples": [{ "expression": "map_to_html_dl(map('1','one','2','two'))", "returns": "
1
one
2
two
" }], "tags": ["formatted", "map", "html"] }