summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Utils.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp
index aabd19cc..8176cb43 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -365,10 +365,6 @@ utils::markdownToHtml(const QString &text)
 
         auto result = QString::fromStdString(html).trimmed();
 
-        // Strip paragraph tags.
-        result.replace("<p>", "");
-        result.replace("</p>", "");
-
         return result;
 }