Merge: Highlight line ids
authorJean Privat <jean@pryen.org>
Wed, 17 Dec 2014 04:55:37 +0000 (23:55 -0500)
committerJean Privat <jean@pryen.org>
Wed, 17 Dec 2014 04:55:37 +0000 (23:55 -0500)
commitd42c480fe8ded373d3ca28723646cc360d9d45fe
tree3bb2d163113b08c96560270bf2a03dc1b1cdd5ef
parent6945411bb9aa4a3136bb7f6a86051e1ce5f8687a
parent66fd00d5b9f43babc9233d24c95d1436a94f696d
Merge: Highlight line ids

Add a way to control the generation of HTML ids in `hightlight` so it can be disabled in nitdoc.
Multiple id `L1` in a same HTML document makes it non conform.

Pull-Request: #1034
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>