From 44bd3376cee24f4d4a689addeb94ba6f214dee86 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 26 Mar 2021 00:42:46 +0100 Subject: add /rainbow command --- src/Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Utils.h') diff --git a/src/Utils.h b/src/Utils.h index f8ead68c..37c1baba 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -268,7 +268,7 @@ linkifyMessage(const QString &body); //! Convert the input markdown text to html. QString -markdownToHtml(const QString &text); +markdownToHtml(const QString &text, bool rainbowify = false); //! Escape every html tag, that was not whitelisted QString -- cgit 1.5.1