Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

ListItem

mattt edited this page Jan 22, 2020 · 1 revision

ListItem

A bullet list.

public final class ListItem: Node

From the CommonMark Spec:

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.


Inheritance

Node, CustomStringConvertible, Hashable


Properties

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)
Clone this wiki locally