ikeikeikeike / phoenix_html_simplified_helpers

Some helpers for phoenix html( truncate, time_ago_in_words, number_with_delimiter, url_for, current_page? )

Home Page:https://github.com/ikeikeikeike/phoenix_html_simplified_helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<%= truncate raw(post.body), length: 100 %>

niccolox opened this issue · comments

hi

thanks for this module

could I request the ability to truncate with raw html?

<%= truncate raw(post.body), length: 100 %>

doesn't work at present