如何在 PHP 中使用 Textile?
一个(希望如此)快速的问题 - 我如何在 PHP 中使用 Textile?例如,我有一些纺织格式的文本,我想使用 php 将其转换为 html。如果我使用 Ruby,我会使用 RedCloth,但我似乎找不到类似的 php 解决方案。
有人有什么想法吗?
a (hopefully) quick question - how can I use Textile in PHP? As in, I have some textile-formatted text that I want to convert to html using php. If I was using Ruby I'd use RedCloth but I can't seem to find a similar solution for php.
Anybody any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
例如,获取原始 Textile 库。
Get, for example, the original Textile library.
更具体地说,示例文件的内容是:
对于那些可能对 Heredoc 字符串语法感到困惑的人(比如我自己)来说,这里是基本形式。
To be more specific, what the Example file has is:
And for those whom Heredoc string syntax might be confusing (Like myself) here is the basic form.