Skip to content
jiyinyiyong edited this page Sep 1, 2021 · 1 revision

list->

A macro for rendering lists:

list->
  {}
    :style $ {}
  [] 1 (<> "|1")
  [] 2 (<> "|2")

The first argument should be a keyword. The last argument should be a collection.

Clone this wiki locally