fix file content on note show

This commit is contained in:
Inhji 2023-04-08 09:54:11 +02:00
parent 45100ac98d
commit a15edfb01c

View file

@ -39,7 +39,7 @@ defmodule ChiyaWeb.NoteShowLive do
<.line />
<details>
<summary>File Content</summary>
<summary class="text-gray-900 dark:text-gray-100">File Content</summary>
<section class="prose">
<%= raw ChiyaWeb.Markdown.render(@note.content) %>
</section>