The hyperlink markdown seems to break when you have "[] " immediately before link text. I noticed having spaces between the bracket groups doesn't effect the outcome. Maybe it should?
Source: byte[] [link][1]
Example: byte[] [link]1
|
The hyperlink markdown seems to break when you have "[] " immediately before link text. I noticed having spaces between the bracket groups doesn't effect the outcome. Maybe it should? Source: Example: byte[] [link]1 |
||||
|
|
|
You can fix this by properly putting your First, specifying just the link footer anchor in brackets counts as a link. So if I have a link anchor of Second, adding a space between the link text and the link footer anchor is a legal action for markdown. So, What's breaking in the end is that there's the secret point that link anchors don't need to be numbers. Markdown is treating your string It still renders visibly because there is no "link" anchor at the bottom, so it is treated like a broken link syntax. Now, if you had an anchor of "link" at the bottom, though, you'll get the following output for your string: You can't see anything, though, because there's nothing in the link text. But between the
|
|||||||
|
|
|
|||
|
|