From f2b418f07e6fd3c6e844576f4bb7f064a22d4eb7 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 5 Jul 2023 16:34:16 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index f1e0912..f7f7a87 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,15 +1,15 @@
-
+

<%= @note.name %>

-
+
<%= Markdown.render(@note.content) |> raw %>
-