Skip to content

Crash Swift/ContiguousArrayBuffer.swift:691: Fatal error: Index out of range whenever loading a simple text file #254

@aleroot

Description

@aleroot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions