大虾html格式化

发布于 2024-08-29 20:59:33 字数 89 浏览 11 评论 0原文

我有一些简单的列表和粗体/斜体文本,可以用虾格式化。我如何让大虾注意html标签而不是仅仅显式地显示它们。

如果大虾不能做到这一点,我还有什么选择?

I have some simple lists and bold/italic text to format with prawn. How do I get prawn to pay attention to the html tags instead of just displaying them explicitly.

If prawn can't do this, what are my other options?

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

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

发布评论

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

评论(3

新一帅帅 2024-09-05 20:59:33

内联格式已在 Prawn 的开发版本中完全恢复。

您可以使用稳定分支 (0.9.x) 之外的代码来保持稳定性,或者使用跟踪 master,我们刚刚合并了对表的内联样式支持。请参阅注释:

http://wiki.github.com/sandal/prawn/changelog-开发

Inline formatting has been completely re-instated in the development version of Prawn.

You can use the code off of the stable branch (0.9.x) for stability, or track master, where we just merged inline styling support for tables. See notes at:

http://wiki.github.com/sandal/prawn/changelog-dev

可是我不能没有你 2024-09-05 20:59:33

根据 Prawn 变更日志

我们原计划写下
获得的必要步骤
虾格式回到折叠中,但是
相反,我们正在研究一个
将支持的替换
核。更多详细信息即将推出。

您可能想在他们的 github 页面上创建一个问题来找出此功能的路线图。

According to the Prawn changelog:

We had planned to write up the
necessary steps for getting
prawn-format back into the fold, but
instead, we are working on a
replacement that will be supported in
core. More details to come soon.

You might want to create an issue on their github page to find out the roadmap for this feature.

亣腦蒛氧 2024-09-05 20:59:33

之前有 http://github.com/sandal/prawn-format ,但现在它已经过时并且不受支持。

从 Prawn 0.7 开始,完全不支持 prawn-format,并且不适用于 Prawn 0.7+ 的版本。当然,请随意分叉和修复。

There was http://github.com/sandal/prawn-format for this, but now it is out of date and not supported.

As of Prawn 0.7, prawn-format is completely unsupported, and will not work with versions of Prawn 0.7+. Feel free to fork and fix, of course.

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