An emdaer plugin that renders HTML list element.
npm install @emdaer/plugin-listAn emdaer plugin that renders HTML list element.
@emdaer/plugin-list is an emdaer plugin โ see the emdaer monorepo for more information
`` An emdaer plugin that renders HTML list element. Render HTML list elements. Parameters Examplesmd`listPlugin
options any options.type ("ol" | "ul")? The type of list; ol (ordered) and ul (unordered).options.items Array<string>? The list items; each will be rendered as an li element.
`javascript``
Returns Promise<string> The list HTML element.