Search code examples
javascriptgoogle-code-prettify

Highlight some lines with google code-prettify


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


Solution

  • For highlighting 11th line use:

    .prettyprint ol.linenums > li:nth-child(11) {
        /* css */
    }