I noticed the following formatting error that only appears in the preview but not the final submit (sorry, no hand-drawn circles :P):

Notice the trailing ) after substring(). The code used is:

[`substring()`](http://download.oracle.com/javase/1.4.2/docs/api/java/lang/String.html#substring(int))

It's obviously got something to do with the ) that ends the url, but what bugs me is that in the final submit it is able to work this out correctly.

share|improve this question
Yeah, I have seen that and similar. There are many other bugs in the Markdown handling. It fails miserably when handling lists and/or indents. – PerformanceDBA Dec 21 '10 at 21:22

You must log in to answer this question.

Browse other questions tagged