<%= @note.name %>
<%= if has_outline?(@note) do %> <% end %>
<%= Markdown.render(@note.content) |> raw %>
<%= if not Enum.empty?(@note.links_to) do %>
Notes linking here:
<% end %> <%= if String.length(@note.url || "") > 0 do %>
<.icon name="hero-link" /> <%= @note.url %>
<% end %>
<%= if !Enum.empty?(@note.images) do %>
<%= for image <- @note.images do %> <% end %>
<% end %>