Renderers for Wikidot ordered/unordered lists and definition lists.
Wikidot list syntax uses * (unordered) and # (ordered) prefixes
with indentation controlling nesting depth. The parser produces a
recursive ListData structure with items that can be either
"elements" (content) or "sub-list" (nested list).
Renderers for Wikidot ordered/unordered lists and definition lists.
Wikidot list syntax uses
*(unordered) and#(ordered) prefixes with indentation controlling nesting depth. The parser produces a recursiveListDatastructure with items that can be either "elements" (content) or "sub-list" (nested list).