0

How can I highlight some lines with google code-prettify? Like on Github.

1 Answers1

4

For highlighting 11th line use:

.prettyprint ol.linenums > li:nth-child(11) {
    /* css */
}
Valeriy
  • 1,365
  • 3
  • 18
  • 45