Possible Duplicate:
Links to URLs with square parentheses are not formatted in the preview, but rendered on the site

Just a small bug with links rendering in question edit preview

Edit pane: alt text

Preview pane: alt text

Viewing the question: alt text

Notice the link missing in the preview pane for the second link.

link|improve this question

feedback

closed as exact duplicate by Nick Craver Aug 1 '11 at 13:23

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 3 down vote accepted

This requires some rather hairy recursive-esque regular expressions to solve -- and nested matching is something they are quite bad at -- so it's unlikely it will ever be addressed in the javascript preview.

If the preview being off bothers you, you can of course escape the [ as %5B and the ] as %5D.

link|improve this answer
Thanks for the answer, no it doesn't bother me, just wanted to point it out. Thanks. – xiaohouzi79 Sep 1 '10 at 5:44
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged