Fix crash when latex is used (#6066)

This commit is contained in:
Elias Nahum 2022-03-18 13:38:56 -03:00 committed by GitHub
parent 8bd5261352
commit 104b6c7402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,7 @@ class Markdown extends PureComponent<MarkdownProps> {
channelLink: this.renderChannelLink,
emoji: this.renderEmoji,
hashtag: this.renderHashtag,
latexinline: this.renderParagraph,
paragraph: this.renderParagraph,
heading: this.renderHeading,