mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 21:42:57 +00:00
Markdown.ToHtml throws ArgumentOutOfRangeException #250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Metalnem on GitHub (Dec 24, 2018).
Markdown.ToHtml throws an ArgumentOutOfRangeException when converting 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):
Found via SharpFuzz.
@xoofx commented on GitHub (Dec 24, 2018):
Please stop reporting with an automated tool. I don't have time to download an archive and check the issues. So I prefer to have a simple code snippet with a reproducible error. Thank you
@xoofx commented on GitHub (Dec 28, 2018):
The issue should be fixed by commit
03858dcI would appreciate if next time you can include the full exception directly in your report (to give more context).
Thanks for the fuzz testing. my apologize if I was angry when receiving these notifications but that was really a bad timing for me getting bombarded with issues while preparing Christmas diner 😅
The fact that the report looks like an automated stuffs was really scary for me at first, I thought I would receive hundred of them in the following minutes, hence blocking you straight.
@Metalnem commented on GitHub (Dec 28, 2018):
My bad about the missing stack trace! I started including them in reports for the other repositories the next day 😃