SwiftDocOrg / CommonMark

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

Document ignores ParsingOptions passed to it in `init(_:options:)` #20

Closed regexident closed 3 years ago

regexident commented 3 years ago

The implementation of Document.init(_:options:) currently passes 0 (as in "no options") as third argument of cmark_parse_document(), instead of options.rawValue, effectively ignoring the options.