Revert "MM-375 Adds text formatting features using a modified version of the marked js library"

Этот коммит содержится в:
Christopher Speller
2015-08-14 15:03:32 -04:00
родитель b9aef9f2a6
Коммит 26a8e19a35
19 изменённых файлов: 120 добавлений и 2066 удалений

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

@@ -156,7 +156,7 @@ module.exports = React.createClass({
}
var channel = this.state.channel;
var description = utils.textToJsx(channel.description, {singleline: true, noMentionHighlight: true, noTextFormatting: true});
var description = utils.textToJsx(channel.description, {singleline: true, noMentionHighlight: true});
var popoverContent = React.renderToString(<MessageWrapper message={channel.description}/>);
var channelTitle = channel.display_name;
var currentId = UserStore.getCurrentId();