We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A bullet list.
public final class BulletList: Node
From the CommonMark Spec:
5.3 Lists A list is a sequence of one or more list items of the same type. The list items may be separated by any number of blank lines.
A list is a sequence of one or more list items of the same type. The list items may be separated by any number of blank lines.
5.2 List items A list marker is a bullet list marker or an ordered list marker. A bullet list marker is a -, +, or * character.
A list marker is a bullet list marker or an ordered list marker.
A bullet list marker is a -, +, or * character.
Node, CustomStringConvertible, Hashable
Node
CustomStringConvertible
Hashable
var description: String
public func hash(into hasher: inout Hasher)