summary refs log tree commit diff
path: root/src/Utils.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-03-28 18:23:50 +0000
committerGitHub <noreply@github.com>2021-03-28 18:23:50 +0000
commit326f48d87fda89171b3dbe0923bc08671ded281b (patch)
tree57e7f4b1f3cfeb699a4b75dd0634f0cc9d71fc04 /src/Utils.h
parentMerge pull request #539 from anjanik012/fix_build (diff)
parentrun formatter (diff)
downloadnheko-326f48d87fda89171b3dbe0923bc08671ded281b.tar.xz
Merge pull request #535 from LordMZTE/feature/rainbow
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