static int hHiliteJava_timeout = 10000; static S hHiliteJava(S code) { ret hHiliteJava(code, null); } static S hHiliteJava(S code, S style) { S url = "http://hilite.me/api" + htmlQuery(+code, lexer := "java", divstyles := style); pcall { S html = loadPageWithTimeout(url, hHiliteJava_timeout); if (nempty(style)) { if (contains(style, "width:")) html = html.replace("width:auto;", ""); html = html.replace("