mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
UrlSpan not assigned for image references #52
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 @madskristensen on GitHub (Aug 24, 2016).
The
LinkInlineobject hasUrlSpan== null for image references like this:[image]: images/image.png/cc
2b3c53e3fd@xoofx commented on GitHub (Sep 18, 2016):
Should be fixed by commit
2e6ab67@madskristensen commented on GitHub (Sep 19, 2016):
The
LinkReferenceDefinitiontype also has no values forSpan@xoofx commented on GitHub (Sep 19, 2016):
Right, completely forgot this one.
@xoofx commented on GitHub (Sep 19, 2016):
hm, looking at it,
LinkReferenceDefinitionshould be fine. Where is exactly the problem @madskristensen ?@xoofx commented on GitHub (Oct 27, 2016):
Fixed via
79348eb