Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个接受新手编码员输入的网站,并且想重新缩进代码,以便“正确”格式化。我很乐意在显示代码时重新缩进,因此它可能是一个 ruby 解决方案,但如果它可以在保存之前向用户显示结果,那么它也可能对 JS 解决方案感兴趣。
不可以。CodeRay 仅用于语法高亮。它不包括适当的解析器。