user6029868
user6029868

Reputation:

Highlight some lines with google code-prettify

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

Upvotes: 0

Views: 421

Answers (1)

Valeriy
Valeriy

Reputation: 1435

For highlighting 11th line use:

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

Upvotes: 4

Related Questions