-    <div class="mt-3">{{ note.content|linebreaksbr|markdownify }}</div>
-    <p class="fst-italic" style="font-size: smaller;">Published on {{ note.created_at|date:"Y-m-d, H:i" }}</p>
+    <div>{{ note.content|markdown|safe }}</div>
+    <p class="publication-date">Published on {{ note.created_at|date:"Y-m-d, H:i" }}</p>