From e13312d30856f4425294bcf8992befd88817ec71 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 14:33:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/note.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/controllers/page_html/note.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index a6dfbaa..08ea4b7 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,9 +1,9 @@
- <.header class_title="max-w-2xl mx-auto | p-name"> + <.header class="max-w-2xl mx-auto" class_title="p-name"> <:title><%= @note.name %> -
+
<%= Markdown.render(@note.content) |> raw %>