lib/chiya_web/controllers/page_html/note.html.heex aktualisiert

This commit is contained in:
inhji 2023-09-08 13:21:16 +02:00
parent a38047b0f7
commit 128f876c48

View file

@ -21,14 +21,14 @@
</aside>
<%= if has_outline?(@note) do %>
<aside class="prose print:hidden">
<aside class="prose max-w-none print:hidden">
<div class="bg-theme-background1 rounded p-2">
<%= raw(render_outline(@note)) %>
</div>
</aside>
<% end %>
<section class="p-summary e-content | prose">
<section class="p-summary e-content | prose max-w-none">
<%= Markdown.render(@note.content) |> raw %>
</section>