Open Youssef1313 opened 3 years ago
For example, [text](READ ME.md).
[text](READ ME.md)
See https://www.markdownguide.org/basic-syntax/#link-best-practices
Unfortunately, markdig doesn't parse it as LinkInline, which is actually per CommonMark spec. https://github.com/xoofx/markdig/issues/167
LinkInline
For example,
[text](READ ME.md)
.See https://www.markdownguide.org/basic-syntax/#link-best-practices
Unfortunately, markdig doesn't parse it as
LinkInline
, which is actually per CommonMark spec. https://github.com/xoofx/markdig/issues/167