Fix crash when latex is used (#6066)
This commit is contained in:
parent
8bd5261352
commit
104b6c7402
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue