I added a screenshot, you can see when hovering over reply box, it shows the "URL" in the bottom left, and goes there if you click anywhere in the reply box
@jlrdw {{ }} is used in vue. But in this case i think the problem in markdown parser (or html purifier) - it seems that it sometimes missing something and only after that vue comes into play.
@jlrdw Seems it would be an issue with Vue markdown. If you look at the body returned in the API response for the original post, the owner had an open a href tag, but never closed the tag (as he was pasting example from his code). Seems this bled off into the rest of the page. Here is screenshot, you can see in hover text the A tag at the end of his BODY is not closed
@jlrdw I think html purifier is used here (on server side i mean). Usually, it should remove all unclosed tags (on saving or before showing post). But in this case, either there are bugs with it, or it should be more strict.
Anyway, @jeffreyway will now have something to do.
Okay between the tag thing that @tippin answered and your @ksandar answer, I am confused on who to give best answer to, But true Jeffrey will at least have to look at this, so I guess you. But both were great answers.
@jeffreyway perhaps you could allow for more than one best answer, or a best, second best. So many post have two or three very good answers. Just a thought.