开发者

simple_format and embed's

开发者 https://www.devze.com 2023-02-22 13:26 出处:网络
I\'ve tried searching the web for a solution for this but havent been able to find any way of combining this.

I've tried searching the web for a solution for this but havent been able to find any way of combining this.

Im printing html from a wys开发者_高级运维iwyg editor and found the simple_format helper to print the HTML with paragraphs etc. The problem is that it strips embed tags from the code aswell.

Do any of you know a way to print content from a WYSIWYG that adds paragraphs, br's, strong/bold and keeps all media such as images, embed's, etc.

Thanks!


Incase anyone is interested i solved it with:

<%= simple_format(content.post_content, {}, {:sanitize => false}) %>
0

精彩评论

暂无评论...
验证码 换一张
取 消