set up components and icons for optional creator's social pages; add airplay icon
This commit is contained in:
@@ -13,7 +13,13 @@ class Message {
|
||||
}
|
||||
|
||||
formatText() {
|
||||
var markdownToHTML = new showdown.Converter({ emoji: true, openLinksInNewWindow: true, tables: false, strikethrough: false, simplifiedAutoLink: false}).makeHtml(this.body);
|
||||
var markdownToHTML = new showdown.Converter({
|
||||
emoji: true,
|
||||
openLinksInNewWindow: true,
|
||||
tables: false,
|
||||
strikethrough: false,
|
||||
simplifiedAutoLink: false,
|
||||
}).makeHtml(this.body);
|
||||
var linked = autoLink(markdownToHTML, { embed: true });
|
||||
return addNewlines(linked);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user