Possible Duplicate:
New “[tag:” syntax interferes with Markdown links
[tag:foo] [a hyperlink][1]
Results in; foo [a hyperlink]1
Doh

Results in; foo [a hyperlink]1 Doh
|
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
It works if you use two spaces in between. o.o It has to do with links following the criteria It seems that when there is a series of three bracketed pieces of text, it will always connect the first two. For example, It looks at Likely they are calling their function to parse |
||||
|
|
|
Hm, interesting bug. In the meantime an inline link seems to work:
Results in; foo a hyperlink Yey!
|
|||
|