Rails 中类似于 Wiki 的格式

发布于 2024-07-22 07:37:54 字数 134 浏览 5 评论 0原文

我忘记了这个图书馆的名字。 但这有点像维基百科,你在文本前面输入某些字符,然后文本就会变成粗体/斜体/下划线。

我并不是在询问 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 技术交流群。

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

发布评论

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

评论(3

吃不饱 2024-07-29 07:37:54

您是否正在寻找 textilize 视图助手? 在你看来,只需说:

<%= textilize( post.body_text ) %>

Are you looking for the textilize view helper? In your view, just say:

<%= textilize( post.body_text ) %>
看轻我的陪伴 2024-07-29 07:37:54

其中许多都是用 Ruby 实现的:

轻量级标记语言的比较

我喜欢 Markdown,因为RDiscount

Many of these are implemented in Ruby:

Comparison of lightweight markup languages

I like Markdown, through RDiscount.

厌味 2024-07-29 07:37:54

红布就是这么做的。 它为您提供纺织标记(这是丹尼尔的答案中列出的标记语言之一)。

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/

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