Skip to content

Markdown.Transform hangs permanently #8

Open
@Metalnem

Description

@Metalnem

Markdown.Transform hangs permanently when attempting to transform the markdown file from the attached archive. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):

var text = File.ReadAllText(path);
new Markdown().Transform(text);

Found via SharpFuzz.

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