diff --git a/src/posts.js b/src/posts.js index b5901cd4f9..1a9e7940ca 100644 --- a/src/posts.js +++ b/src/posts.js @@ -115,7 +115,7 @@ marked.setOptions({ postData.post_rep = postData.reputation; postData['edited-class'] = postData.editor !== '' ? '' : 'none'; postData['relativeEditTime'] = postData.edited !== '0' ? utils.relativeTime(postData.edited) : ''; - + postData.content = marked(postData.content || ''); posts[index] = postData; }