From 104b6c7402146ae106b3b4910ceaca6a5dd0866d Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 18 Mar 2022 13:38:56 -0300 Subject: [PATCH] Fix crash when latex is used (#6066) --- app/components/markdown/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/markdown/index.tsx b/app/components/markdown/index.tsx index 4487a8dce..0f7534124 100644 --- a/app/components/markdown/index.tsx +++ b/app/components/markdown/index.tsx @@ -134,6 +134,7 @@ class Markdown extends PureComponent { channelLink: this.renderChannelLink, emoji: this.renderEmoji, hashtag: this.renderHashtag, + latexinline: this.renderParagraph, paragraph: this.renderParagraph, heading: this.renderHeading,