Этот коммит содержится в:
Pat Lathem
2015-10-21 14:52:19 -05:00
родитель 9dd7a5e01e
Коммит 8eb2c0266c

Просмотреть файл

@@ -53,7 +53,7 @@ export class MattermostMarkdownRenderer extends marked.Renderer {
}
paragraph(text) {
text = TextFormatting.doFormatText(text, this.options)
text = TextFormatting.doFormatText(text, this.options);
if (this.formattingOptions.singleline) {
return `<p class="markdown__paragraph-inline">${text}</p>`;