MarkdownSharp icon indicating copy to clipboard operation
MarkdownSharp copied to clipboard

Markdown.Transform hangs permanently

Open Metalnem opened this issue 7 years ago • 0 comments

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.

Metalnem avatar Dec 24 '18 14:12 Metalnem