Hi,
A new user here. I was trying to render a piece of markdown in my Phoenix heex template.
I added <%= render("some_markdown.html") %> to my template, but that doesn't render anything, because it's missing the =.
Could it be that documentation should contain
<%= render("some_markdown.html") %>
instead of
<% render("some_markdown.html") %>
|
<% render("some_markdown.html") %> |
Hi,
A new user here. I was trying to render a piece of markdown in my Phoenix heex template.
I added
<%= render("some_markdown.html") %>to my template, but that doesn't render anything, because it's missing the=.Could it be that documentation should contain
instead of
phoenix_markdown/README.md
Line 154 in ef7b5f7