本质上,我想要以下内容:
<code class="snippet">
<%= html_escape do %>
<a href="#">My markup displayed to user</a>
<% end %>
</code>
但是 html_escape 方法不接受块。如果这不是在其他地方内置到 Rails API 中,也许使用了一些帮助器,是否有人对如何制作自定义帮助器有建议,其中 yield 语句输出被捕获到一个字符串中,然后我可以自己逃避?
谢谢,
基思