mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 05:44:48 +00:00
ArgumentNullException when parsing empty string with trackTrivia=true #565
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 @meziantou on GitHub (Sep 27, 2022).
Repro code:
It only occurs for empty strings when using
trackTrivia: true.