Outputs a simple, accessible, description list. Docs.
Set the input data to be an Array of Array's. The outer array representing each row
and the inner array containing at least 2 string entries representing the term/description pair.
Additional entries in the inner array are added as secondary descriptions (dd
tags).
You can also use an Array of Objects where each object is a simple key/value pair. Or even an Object of Objects. Inner structures are catenated into a string separated by commas.
Each entry has a wrapping <div>
tag containing a term (dt
)
and one or more descriptions (dd
).