我有一些想要使用 RedCloth 输出的文本。我试图弄清楚这是如何工作的,但我无法得到我想要的结果。
使用代码:
truncate(sanitize(RedCloth.new("*some* interesting text")).to_html, length: 6)
结果:
*一些*
预期结果:
有些我...
我有一些想要使用 RedCloth 输出的文本。我试图弄清楚这是如何工作的,但我无法得到我想要的结果。
使用代码:
truncate(sanitize(RedCloth.new("*some* interesting text")).to_html, length: 6)
结果:
*一些*
预期结果:
有些我...