lib/chiya_web/controllers/page_html/note_list_microblog.html.heex aktualisiert #288

Merged
inhji merged 2 commits from devel into main 2023-09-08 14:37:29 +02:00

View file

@ -9,7 +9,7 @@
<% end %> <% end %>
</header> </header>
<div class="prose"> <div class="prose max-w-none">
<%= raw(Markdown.render(note.content)) %> <%= raw(Markdown.render(note.content)) %>
</div> </div>