From 55ef1a63136c2ff0ec808ba44160f5503cc4416b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 31 Aug 2024 08:25:09 +0100 Subject: add markdown rendering, lay out localStorage subscriptions --- src/views/comments.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/comments.pug') diff --git a/src/views/comments.pug b/src/views/comments.pug index f7964a3..ff90554 100644 --- a/src/views/comments.pug +++ b/src/views/comments.pug @@ -14,7 +14,7 @@ html img(src=post.url).post-media else if post.post_hint == 'hosted:video' video(src=post.url).post-media - p.self-text !{post.selftext} + p.self-text !{post.selftext_html} hr div.comments-container -- cgit v1.2.3