Я хочу расширить подсветку строки для предварительного тега с помощью Google Prettify.Это то, что у меня есть.Я ищу способ максимально расширить подсветку строк.
Спасибо.
pre {
max-height: 100%;
/* These aren't needed for Google Chrome, but are needed for Edge to force no-wrap*/
word-break: normal !important;
word-wrap: normal !important;
white-space: pre !important;
}
public static void main(String[] args) {
System.out.println("If you scroll past the visible area, really really really really really far, the line highlighting is going to break......");
return;
}
PR.prettyPrint ();
Так выглядит вывод в Google Chrome 66 и Microsoft Edge 41 (Windows 10).