AstOrderedList

data class AstOrderedList(val startNumber: Int, val delimiter: Char) : AstContainerBlockNodeType

A list type that uses numbers to mark its items.

Constructors

Link copied to clipboard
constructor(startNumber: Int, delimiter: Char)

Properties

Link copied to clipboard
Link copied to clipboard