Closed RobertDober closed 3 years ago
This is useful when Earmark.as_html!(..., inner_html: true) is called in an EEx template (in my use case a Phoenix app) and goes into an inline element
Earmark.as_html!(..., inner_html: true)
EEx
E.g.
<span><%= Earmark.as_html!(....)%></span> <span><%= Earmark.as_html!(....)%></span>
This is useful when
Earmark.as_html!(..., inner_html: true)
is called in anEEx
template (in my use case a Phoenix app) and goes into an inline elementE.g.