Skip to content
Snippets Groups Projects
Verified Commit e6305048 authored by Loren Burkholder's avatar Loren Burkholder Committed by Nicolas Werner
Browse files

Disable HTML on macOS

parent 64884408
Branches flatpak-test
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@
QString
NotificationsManager::formatNotification(const QString &text)
{
return utils::markdownToHtml(text);
return QTextDocumentFragment::fromHtml(utils::markdownToHtml(text)).toPlainText();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment