The default implementation for rendering the Tokens.List by rendering:
const Component = ordered ? "ol" : "ul";<Component>{children}</Component>; Copy
const Component = ordered ? "ol" : "ul";<Component>{children}</Component>;
Generated using TypeDoc
The default implementation for rendering the Tokens.List by rendering: