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.
我希望能够在我的网站上显示代码,就像在 stackoverflow 上一样。例如:
public class Test{ public static void main(String[] args){ System.out.println("Hello world"); //TODO do something here } }
有高光和颜色的有宝石吗?我搜索了一个 gem vut 我找不到任何东西
那里的宝石很少:
检查redcarpet是否有降价。
请参阅pygments以了解语法高亮。
您还可以查看一个很棒的 Railscast,了解您正在寻找什么语法突出显示(修订版)
宝石码雷。
如前所述——
“用 Ruby 编写的选定语言的快速简单的语法突出显示。带有 RedCloth 集成和 LOC 计数器。”