58dd41f3b1
The list() interpolation function provides a way to add support for list literals (of strings) to HIL without having to invent new syntax for it and modify the HIL parser. It presents as a function, thus: - list() -> [] - list("a") -> ["a"] - list("a", "b") -> ["a", "b"] Thanks to @wr0ngway for the idea of this approach, fixes #7460. |
||
---|---|---|
.. | ||
assets | ||
docs | ||
intro | ||
layouts | ||
.gitignore | ||
404.html.erb | ||
community.html.erb | ||
downloads.html.erb | ||
index.html.erb | ||
robots.txt | ||
sitemap.xml.builder |