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,