Wrong link reference definition for advanced markdig #153

Closed
opened 2026-01-29 14:29:00 +00:00 by claunia · 4 comments
Owner

Originally created by @qinezh on GitHub (Nov 1, 2017).

For the markdown such like:

![scenario image][scenario]
## Scenario
[scenario]: ./scenario.png

The output from markdig and advanced markdig are different: https://babelmark.github.io/?text=!%5Bscenario+image%5D%5Bscenario%5D%0A%23%23+Scenario%0A%5Bscenario%5D%3A+.%2Fscenario.png

Originally created by @qinezh on GitHub (Nov 1, 2017). For the markdown such like: ``` ![scenario image][scenario] ## Scenario [scenario]: ./scenario.png ``` The output from markdig and advanced markdig are different: https://babelmark.github.io/?text=!%5Bscenario+image%5D%5Bscenario%5D%0A%23%23+Scenario%0A%5Bscenario%5D%3A+.%2Fscenario.png
claunia added the bug label 2026-01-29 14:29:00 +00:00
Author
Owner

@xoofx commented on GitHub (Nov 1, 2017):

Thanks, this should be fixed by commit cd17a54 as part of 0.14.4+

@xoofx commented on GitHub (Nov 1, 2017): Thanks, this should be fixed by commit cd17a54 as part of `0.14.4+`
Author
Owner

@xoofx commented on GitHub (Nov 1, 2017):

Actually, didn't check carefully as it is introducing a regression. Will have to dig into this more.

@xoofx commented on GitHub (Nov 1, 2017): Actually, didn't check carefully as it is introducing a regression. Will have to dig into this more.
Author
Owner

@qinezh commented on GitHub (Nov 2, 2017):

Thanks for the quick response, if there's anything need from my side please let me know : )

@qinezh commented on GitHub (Nov 2, 2017): Thanks for the quick response, if there's anything need from my side please let me know : )
Author
Owner

@xoofx commented on GitHub (Nov 18, 2017):

This is fixed by commit 8d4394e

@xoofx commented on GitHub (Nov 18, 2017): This is fixed by commit 8d4394e
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#153