jsfiddle如何标记代码?有这个库吗?
如果您曾经使用过 www.jsfiddle.net,您可能会注意到它用适当的颜色标记代码,以及各种其他帮助程序,例如将制表符转换为四个空格或shift-tab。通过 Firebug,我看到它是通过 iFrame 来完成此操作的。有没有开源库可以做到这一点?我想让人们在网页上编写 Python,但让它看起来像 jsfiddle。
If you've ever used www.jsfiddle.net, you might notice that it marks up code with proper colorings, and various other helpers like translating tabs to four spaces or shift-tab. With Firebug I see that it's doing this with an iFrame. Is there an open source library to do this? I want to let people write Python on a web page, but make it pretty like jsfiddle.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 CodeMirror。
Check out CodeMirror.
看看这里 (SyntaxHighlighter)
在这里你可以找到一个简单的教程。
Look here (SyntaxHighlighter)
Here you can find a simple tutorial.