在 Rails 中去除不需要的 html 的最佳方法是什么?

发布于 2024-07-26 08:25:36 字数 194 浏览 5 评论 0原文

我正在制作一个相当基本的 Rails 应用程序,我想知道从文本字段中删除不需要的 html 的最佳方法是什么(基本上,我想要保留的只是链接和不超过 2 个换行符)。

目前,我正在剥离所有 html 并使用 simpleformat,因为它似乎比使用 RDiscount 和 Markdown/Textile 的开销更少,但这并不是一个真正理想的解决方案。

I'm making a fairly basic rails app and I was wondering what's the best way to strip undesirable html from text field (basically, all I'm looking to preserve are links and no more than 2 linebreaks).

Currently, I'm stripping all html and using simpleformat, since it seems to be less overhead than using RDiscount and Markdown/Textile, but this is not really an ideal solution.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

π浅易 2024-08-02 08:25:36

另一种选择是消毒宝石。

http://wonko.com/post/sanitize

Another option is Sanitize gem.

http://wonko.com/post/sanitize

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文