Rails 中类似于 Wiki 的格式
我忘记了这个图书馆的名字。 但这有点像维基百科,你在文本前面输入某些字符,然后文本就会变成粗体/斜体/下划线。
我并不是在询问 Wiki 的格式化方式,但我知道 Rails 中内置了类似的东西。 它就在我的舌尖上。 谢谢。
I forgotten the name of this library. But it's sort of like Wiki how you type certain characters in front of your text, and then it'll make the text bold/italic/underline.
I'm not asking for the way Wiki is formatted but I'm aware there is something similar built into Rails. It's at the tip of my tongue. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否正在寻找
textilize
视图助手? 在你看来,只需说:Are you looking for the
textilize
view helper? In your view, just say:其中许多都是用 Ruby 实现的:
轻量级标记语言的比较
我喜欢 Markdown,因为RDiscount。
Many of these are implemented in Ruby:
Comparison of lightweight markup languages
I like Markdown, through RDiscount.
红布就是这么做的。 它为您提供纺织标记(这是丹尼尔的答案中列出的标记语言之一)。
http://redcloth.org/
RedCloth does this. It gives you textile markup (which is among the markup languages listed in Daniel's answer).
http://redcloth.org/