Markdown rendering

This commit is contained in:
Alphonse Paix
2025-09-20 16:01:51 +02:00
parent 8f0b59775e
commit ddb837be56
3 changed files with 87 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
</div>
</div>
</header>
<div class="px-8 py-8 prose prose-lg max-w-none">{{ post.content | safe }}</div>
<div class="px-8 py-8 prose-compact">{{ post.content | safe }}</div>
</article>
<div class="mt-8 bg-gradient-to-r from-blue-600 to-indigo-700 rounded-lg shadow-lg text-white p-8 text-center">
<h3 class="text-2xl font-bold mb-2">Enjoyed this post?</h3>