Hi, I'm using CommonMark.NET for parsing. I have a converter on top of it, which should present warnings like ``` invalid link target on line {0} position {1} ``` I don't think that would be possible with just `SourcePosition` and `SourceLength`.