Simply try to load the String of the simple text file attached with:
let parseOptions: Markdown.ParseOptions = [.parseBlockDirectives, .parseSymbolLinks]
let document = Document(parsing: markdown, options: parseOptions)
The library crashes with: Swift/ContiguousArrayBuffer.swift:691: Fatal error: Index out of range