phoenix_markdown icon indicating copy to clipboard operation
phoenix_markdown copied to clipboard

Documentation could be wrong?

Open m1dnight opened this issue 2 years ago • 0 comments

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") %>

https://github.com/boydm/phoenix_markdown/blob/ef7b5f76f339babec688021080a70708d9ddf1c1/README.md?plain=1#L154

m1dnight avatar May 23 '22 12:05 m1dnight