diff --git a/MatrixPlugin.php b/MatrixPlugin.php
index 7f0728eed2201af45a6c71a4c3e02089cec8bfde..92ab523a8aa952994170b444217b818913197047 100644
--- a/MatrixPlugin.php
+++ b/MatrixPlugin.php
@@ -206,7 +206,8 @@ class MatrixPlugin extends StudIPPlugin implements StandardPlugin
                 MatrixClient::get()->postMessage(
                     MatrixAccount::requireSystemAccount(),
                     MatrixRoom::find($range->course->id)->getLinkedRoom(),
-                    $news->topic
+                    'Ankündigung: ' . $news->topic . '' . strip_tags($news->body),
+                    '<strong>Ankündigung: ' . $news->topic . '</strong><br>' . $news->body
                 );
             }
         }
diff --git a/vendor/libpatrix b/vendor/libpatrix
index 56893e89418f3cc7bb78a73a421055ad56fc619c..19fd4fcb03af057641cd7f7e30264957ce3b2378 160000
--- a/vendor/libpatrix
+++ b/vendor/libpatrix
@@ -1 +1 @@
-Subproject commit 56893e89418f3cc7bb78a73a421055ad56fc619c
+Subproject commit 19fd4fcb03af057641cd7f7e30264957ce3b2378