SwiftDocOrg / CommonMark

Create, parse, and render Markdown text according to the CommonMark specification
MIT License
179 stars 10 forks source link

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

Closed mattt closed 4 years ago

mattt commented 4 years ago

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

Fixes #7.