使用 html 输出突出显示 Ruby 代码的在线服务
我写了一些关于 ROR 的文章,里面有很多 Ruby 代码。
我需要诸如 tohtml.com 之类的在线服务来使我的代码插入美观。这个资源很好,但它非常简单并且不允许显示行数。当然,输出应该是 HTML 格式。
你能帮我吗?
I write articles about ROR with a lot of Ruby code inside.
I need an online service such as tohtml.com to make my code insertions beatiful. This resource fine, but it is quite simple and not allow to show numbers of line. Of course output should be in HTML format.
Could you help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它称为 http://pygments.appspot.com/
Ryan Bates 制作了一个 railscast 来展示如何使用 Redis 突出显示 ruby 代码。后台处理对于此类任务确实很有用。
it called http://pygments.appspot.com/
Ryan Bates made a railscast to shouw howto highlight a ruby code anysc with Redis. background processing is really useful for such kind of tasks.