I have a little confusing problem.
I have two files, both that run showdown however it seems that only one file parses correctly.
Here's the deal.
File 1 . Is run through php and ajax
File 2 . Is grabbed via an ajax request, the file the processes the ajax request contains this code.
Here is the ajax
as you can see, the jquery that puts the details onto the screen are exactly the same apart from the variables and the json string instead of a direct string from the database.
Now file one doesn't parse the markdown correctly, where file two does...
here is a screenshot of file one and two
file one

file two

Any ideas what could be possibly causing this? Also any ideas on a fix?
