Explicitly disable github @mentions

Also remove doubled strikethrough option.

Signed-off-by: Nikola Forró <nforro@redhat.com>
This commit is contained in:
Nikola Forró 2020-08-03 15:46:35 +02:00
parent d21f136120
commit 183e14e12f

View file

@ -23,10 +23,10 @@ class Message {
emoji: true,
openLinksInNewWindow: true,
tables: false,
strikethrough: false,
simplifiedAutoLink: false,
literalMidWordUnderscores: true,
strikethrough: true,
ghMentions: false,
}).makeHtml(this.body);
const linked = autoLink(markdownToHTML, {
embed: true,