list _ - Respo/respo.calcit GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️