Reputation:
How can I highlight some lines with google code-prettify? Like on Github.
Upvotes: 0
Views: 421
Reputation: 1435
For highlighting 11th line use:
.prettyprint ol.linenums > li:nth-child(11) { /* css */ }
Upvotes: 4