大虾html格式化
我有一些简单的列表和粗体/斜体文本,可以用虾格式化。我如何让大虾注意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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
内联格式已在 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
根据 Prawn 变更日志:
您可能想在他们的 github 页面上创建一个问题来找出此功能的路线图。
According to the Prawn changelog:
You might want to create an issue on their github page to find out the roadmap for this feature.
之前有 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.