wdpr
    Preparing search index...
    • Render an ordered or unordered list.

      Wikidot drops empty lists entirely (no HTML output). Sub-lists following a content item are rendered inside the same <li>. Sub-lists without a preceding content item get a hidden <li> wrapper.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: ListData

        List data with type (numbered/bulleted), items, and attributes.

      Returns void