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
Here is the problem: autoresolving of referenced links works well, however, for me, it's strictly important to get reference link definitions unchanged. E.g. this code:
I looked a bit in code, and found that for now, links parser has overcomplicated structure, imho, so maybe it's time to refactor it a bit? As far as i understand, the proposed change is impossible with current implementation of links parser.
The text was updated successfully, but these errors were encountered:
Here is the problem: autoresolving of referenced links works well, however, for me, it's strictly important to get reference link definitions unchanged. E.g. this code:
can't be parsed and rendered back again to same structure, instead of this, ast with markdown renderer, renders to this structure:
which isn't what i expect from syntax tree.
I looked a bit in code, and found that for now, links parser has overcomplicated structure, imho, so maybe it's time to refactor it a bit? As far as i understand, the proposed change is impossible with current implementation of links parser.
The text was updated successfully, but these errors were encountered: