Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 22, 2020 · 11 revisions

Node

A CommonMark node.

public class Node

Inheritance

CustomStringConvertible, Hashable


Properties

range

The line and column range of the element in the document.

var range: ClosedRange<Document.Position>

parent

The parent of the element, if any.

var parent: Node?

description

var description: String

Methods

hash(into:)

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