You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm parsing a Markdown document that contains LinkReferenceDefinitionGroup . When I call ToPositionText() method for that part of the MarkdownDocument, the line and column will be 0 and 0, and the Range is wrong too. I don't know how to fix this. Any hint?
LinkReferenceDefinitionGroup has no parsing equivalent so cannot have a representation in text. It is just used internally to group LinkReferenceDefinition and query for links.
It because I use Markdig to traversal the Markdown document for translation purpose. I need to keep all the content as-is. When I parse to the LinkReferenceDefinitionGroup, I don't have the position info. So that I can't get the original content. I need that info the keep my final Markdown document complete.
Can you still provide Position info for this block?
I'm parsing a Markdown document that contains LinkReferenceDefinitionGroup . When I call
ToPositionText()
method for that part of the MarkdownDocument, the line and column will be0
and0
, and the Range is wrong too. I don't know how to fix this. Any hint?The text was updated successfully, but these errors were encountered: