Markdown tool fix
路
Fixed a small but potentially confusing problem where if some of the Markdown syntax was incorrect in a post then all the posts on that page wouldn’t have Markdown markup correctly rendered. Simple fix to put the rendering part in a try statement. Now only the incorrectly formatted post doesn’t get rendered correctly. This should…