If you add a comment with a URL that links to a question, and the question has square brackets in the title, then the auto-generated link code breaks.
This is because the square brackets in the title aren't escaped.
Edit: It seems this bug occurs when linking in the close-as-duplicate page. The auto-generated comment is the problem.
Example: How to create ArrayList (ArrayList<T>) from array (T[]) in Java
The auto-generated code from within a question doesn't seem to break.