summaryrefslogtreecommitdiffstats
path: root/src/Utils.h
diff options
context:
space:
mode:
authorLordMZTE <lord@mzte.de>2021-03-26 00:42:46 +0100
committerLordMZTE <lord@mzte.de>2021-03-26 00:42:46 +0100
commit44bd3376cee24f4d4a689addeb94ba6f214dee86 (patch)
tree2cd398431f15676ce715aa100aa9e7d371cf7e3b /src/Utils.h
parent0d4ddadb150c59185237e77471b9a6d8e6d179eb (diff)
add /rainbow command
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h2
1 files changed, 1 insertions, 1 deletions
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