Knagis/CommonMark.NET

Single tilde crashes with stack overflow

Closed this issue · 1 comments

When enabling strikethrough by adding CommonMarkAdditionalFeatures.StrikethroughTilde to the settings, passing invalid input using single tildes (instead of double tildes) causes a stack overflow. Example input that causes a crash: ~Test~ (instead of ~~Test~~ )

Thank you for reporting this - the next release will include the fix