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

Fix parent/child relationship between a document and its constituent nodes #8

Merged
merged 2 commits into from
Apr 23, 2020

Conversation

mattt
Copy link
Contributor

@mattt mattt commented Apr 23, 2020

Adds a missing case for CMARK_NODE_DOCUMENT in the Node.create(for:) class constructor method.

Fixes #7.

The Node.create constructor was missing a case for CMARK_NODE_DOCUMENT

Fixes #7
@mattt mattt merged commit 117080c into master Apr 23, 2020
@mattt mattt deleted the document-children branch April 23, 2020 13:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Direct children of Document don't have a parent node.
1 participant