Explicitly disable github @mentions
Also remove doubled strikethrough option. Signed-off-by: Nikola Forró <nforro@redhat.com>
This commit is contained in:
@@ -23,10 +23,10 @@ class Message {
|
|||||||
emoji: true,
|
emoji: true,
|
||||||
openLinksInNewWindow: true,
|
openLinksInNewWindow: true,
|
||||||
tables: false,
|
tables: false,
|
||||||
strikethrough: false,
|
|
||||||
simplifiedAutoLink: false,
|
simplifiedAutoLink: false,
|
||||||
literalMidWordUnderscores: true,
|
literalMidWordUnderscores: true,
|
||||||
strikethrough: true,
|
strikethrough: true,
|
||||||
|
ghMentions: false,
|
||||||
}).makeHtml(this.body);
|
}).makeHtml(this.body);
|
||||||
const linked = autoLink(markdownToHTML, {
|
const linked = autoLink(markdownToHTML, {
|
||||||
embed: true,
|
embed: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user